mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-27 00:15:29 +03:00
Added entity icon for func_instance_parms
This commit is contained in:
parent
0b15034637
commit
415858c009
2
base.fgd
2
base.fgd
@ -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."
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user