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