MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / InitTriggerScript

Function InitTriggerScript

Descent3/ObjScript.cpp:238–238  ·  view source on GitHub ↗

allocates and initializes the script for a trigger

Source from the content-addressed store, hash-verified

236
237// allocates and initializes the script for a trigger
238void InitTriggerScript(trigger *tp) {}
239
240// frees the script for a trigger
241void FreeTriggerScript(trigger *tp, bool level_end) {}

Callers 1

AssignScriptsForLevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected