Func instance parms

From Valve Developer Community
Revision as of 20:20, 22 May 2010 by ThaiGrocer (talk | contribs) (Initial creation.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

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