From 415858c009163035e5056c13aa860c238698fd0d Mon Sep 17 00:00:00 2001 From: Blixibon Date: Tue, 16 Mar 2021 18:24:21 -0500 Subject: [PATCH] Added entity icon for func_instance_parms --- base.fgd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.fgd b/base.fgd index 5f7ad5c..dc01137 100644 --- a/base.fgd +++ b/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." [