Func instance parms: Difference between revisions
Jump to navigation
Jump to search
ThaiGrocer (talk | contribs) (Initial creation.) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{wrongtitle|title=func_instance_parms}} | {{wrongtitle|title=func_instance_parms}} | ||
'''func_instance_parms''' is a point entity for all Source games. Place one copy of this entity inside of an instance. Whenever you add a $parameter for the instance, get the properties of this entity. It will auto-populate it with the variables and allow you to indicate the variable type. | '''func_instance_parms''' is a point entity for all Source games. Place one copy of this entity inside of an instance. Whenever you add a $parameter for the instance, get the properties of this entity. It will auto-populate it with the variables and allow you to indicate the variable type. | ||
{{intent}} | |||
{{stub}} | {{stub}} | ||
Revision as of 07:59, 24 September 2010
Template:Wrongtitle func_instance_parms is a point entity for all Source games. Place one copy of this entity inside of an instance. Whenever you add a $parameter for the instance, get the properties of this entity. It will auto-populate it with the variables and allow you to indicate the variable type.
KeyValues
- parm1-10:
- Parm
<instance_parm>
- This is a parameter. It goes in the form of $variable type [default value].