Func instance parms: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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.

Template:Intent

Stub

This article or section is a stub. You can help by expanding it.

KeyValues

  • parm1-10:
Parm <instance_parm>
This is a parameter. It goes in the form of $variable type [default value].

See also

func_instance

External links