Template:KV GenericActor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added to Keyvalue Templates category)
(intn for Source/HL2 keyvalue templates)
 
Line 1: Line 1:
<noinclude>{{back|Template:KV_AI_BaseActor}}
<noinclude>{{back|Template:KV_AI_BaseActor}}
</noinclude>{{minititle|GenericActor}}
</noinclude>{{minititle|GenericActor}}
{{KV|Hull type (hull_name)|choices|Physical size of the entity. Affects navigation capabilities and the [[bounding box]].
{{KV|Hull type|intn=hull_name|choices|Physical size of the entity. Affects navigation capabilities and the [[bounding box]].
:*<code>HUMAN_HULL</code>: Human
:*<code>HUMAN_HULL</code>: Human
:*<code>WIDE_HUMAN_HULL</code>: Wide
:*<code>WIDE_HUMAN_HULL</code>: Wide

Latest revision as of 13:00, 9 July 2024

Template:KV_AI_BaseActor

GenericActor:

Hull type (hull_name) <choices>
Physical size of the entity. Affects navigation capabilities and the bounding box.
  • HUMAN_HULL: Human
  • WIDE_HUMAN_HULL: Wide
  • TINY_HULL: Tiny
  • MEDIUM_HULL: Medium
  • LARGE_HULL: Large