Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fgd/bases/BaseEntityIO.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
Loading