# Archetype Flags

<figure><img src="/files/cLYIzbBivlSUQMTORAZ2" alt="" width="386"><figcaption></figcaption></figure>

<table><thead><tr><th width="316">Flag</th><th>Description</th></tr></thead><tbody><tr><td><code>Unknown 1</code></td><td></td></tr><tr><td><code>Unknown 2</code></td><td></td></tr><tr><td><code>Unknown 3</code></td><td></td></tr><tr><td><code>Unknown 4</code></td><td></td></tr><tr><td><code>Unknown 5</code></td><td></td></tr><tr><td><code>Static</code></td><td>Freeze entity, disables physics</td></tr><tr><td><code>Unknown 7</code></td><td></td></tr><tr><td><code>Instance</code></td><td>Used for procedural objects</td></tr><tr><td><code>Unknown 9</code></td><td></td></tr><tr><td><code>Bone Anims (YCD)</code></td><td>Enable Bone Animations</td></tr><tr><td><code>UV Anims (YCD</code></td><td>Enable UV Animations</td></tr><tr><td><code>Invisible but blocks lights/shadows</code></td><td></td></tr><tr><td><code>Unknown 13</code></td><td></td></tr><tr><td><code>Object Won't Cast Shadow</code></td><td>Disable shadows for object</td></tr><tr><td><code>Dynamic</code></td><td>Enable Physics</td></tr><tr><td><code>Unknown 19</code></td><td></td></tr><tr><td><code>Unknown 20</code></td><td></td></tr><tr><td><code>Unknown 21</code></td><td></td></tr><tr><td><code>Unknown 22</code></td><td></td></tr><tr><td><code>Unknown 23</code></td><td></td></tr><tr><td><code>Unknown 24</code></td><td></td></tr><tr><td><code>Unknown 25</code></td><td></td></tr><tr><td><code>Unknown 26</code></td><td></td></tr><tr><td><code>Enable Special Attribute</code></td><td><a href="/pages/eTZggUHmw7LMd35HAljK">Enables the special attribute</a></td></tr><tr><td><code>Unknown 28</code></td><td></td></tr><tr><td><code>Disable Red Vertex Colour Channel</code></td><td>Disable Red Vertex Colours</td></tr><tr><td><code>Disable Green Vertex Colour Channel</code></td><td>Disable Green Vertex Colours (used alot for props)</td></tr><tr><td><code>Disable Blue Vertex Colour Channel</code></td><td>Disable Blue Vertex Colours</td></tr><tr><td><code>Disable Alpha Vertex Colour Channel</code></td><td>Disable Alpha Vertex Colours</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sollumz.org/2.6/documentation/archetype-definition.ytyp/archetype-flags.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
