diff --git a/fgd/bases/BaseEntityIO.fgd b/fgd/bases/BaseEntityIO.fgd index d03fc31c..e213ca4d 100644 --- a/fgd/bases/BaseEntityIO.fgd +++ b/fgd/bases/BaseEntityIO.fgd @@ -25,6 +25,8 @@ input RunScriptFile[VSCRIPT](string) : "Execute a game script file from disk." input RunScriptCode[VSCRIPT](script) : "Execute a string of script source code." input CallScriptFunction[VSCRIPT](string) : "Execute the given function name." + input SetScriptThinkFunction[VSCRIPT](string) : "Sets the current think function of the script." + input ClearScriptThinkFunction[VSCRIPT](string) : "Clears the current think function of the script." input PassUser1(string) : "Causes this entity's OutUser1 output to be fired, passing along the parameter unchanged." input PassUser2(string) : "Causes this entity's OutUser2 output to be fired, passing along the parameter unchanged."