mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
dfca4fdcf8
* Pass functions by "reference" to bis event handlers * Add Doc * Fix
4 lines
117 B
Plaintext
4 lines
117 B
Plaintext
#include "script_component.hpp"
|
|
params ["_wire"];
|
|
_wire addEventHandler ["HandleDamage", {call FUNC(handleDamage)}];
|