Added entity icon for func_instance_parms

This commit is contained in:
Blixibon 2021-03-16 18:24:21 -05:00
parent 0b15034637
commit 415858c009

View File

@ -9442,7 +9442,7 @@
replace10(instance_variable) : "Replace" : : "This is a replacement parameter. It goes in the form of $variable value. All entities inside of that instance that have $variable somewhere will be replaced with the value contents. Example: $color 255 0 0"
]
@PointClass size( -8 -8 -8, 8 8 8 ) = func_instance_parms :
@PointClass iconsprite("editor/func_instance_parms.vmt") = func_instance_parms :
"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."
[