ExtensionCallback
This commit is contained in:
parent
4d69237660
commit
fd2abaedf8
1 changed files with 7 additions and 0 deletions
|
|
@ -2,7 +2,14 @@
|
|||
//if (!hasInterface) exitWith {};
|
||||
//if (!isServer) exitWith {};
|
||||
if (!isDedicated) exitWith {};
|
||||
|
||||
addMissionEventHandler ["ExtensionCallback", {
|
||||
params ["_name", "_function", "_data"];
|
||||
diag_log format ["ExtensionCallback %1, %2, %3", _name, _function, _data];
|
||||
}];
|
||||
|
||||
waitUntil {time > 0};
|
||||
|
||||
//waitUntil {!isNull player};
|
||||
//waitUntil {!isNull findDisplay 46};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue