func_instance_parms

From Source Entities
Jump to navigation Jump to search
Func instance parms.png

func_instance_parms is an internal point entity present in all Source games. Gives a default value for instance parameters. Does not do anything else.Tested in: all Instance parameters work even without this entity.

Keyvalues[edit | edit source]

Parm (parm1) to Parm (parm10) <instance_parm>
An instance parameter. The order they are defined in will have no effect.
Put the $variable name in Variable.
The Value is whatever type of value the parameter is. See FGD input types.
The Default is simply a default value for the variable if the mapper does not define it in the func_instance.

See Also[edit | edit source]