From cb57868bb9a75b42f35aa4baf0d4d3a4aeb73cad Mon Sep 17 00:00:00 2001 From: Blixibon Date: Wed, 23 Sep 2020 00:46:30 -0500 Subject: [PATCH] Added option for remapping vecline keyvalue types in func_instance --- base.fgd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/base.fgd b/base.fgd index bdf0b73..771693e 100644 --- a/base.fgd +++ b/base.fgd @@ -9263,6 +9263,12 @@ 1 : "Postfix" 2 : "None" ] + + remap_vecline(choices) : "Remap Vector Lines" : 0 : "Remaps vecline keyvalues to the instance's origin. vecline is a type of vector which displays a line back to the entity's origin. This is often used on entities like phys_hinge for displaying an axis." = + [ + 0 : "No" + 1 : "Yes" + ] replace01(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" replace02(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"