mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
Merge branch 'interact_menu' of github.com:KoffeinFlummi/ACE3 into nouInteractionMenu
This commit is contained in:
@ -4,7 +4,8 @@
|
|||||||
_fnc = {
|
_fnc = {
|
||||||
_this call FUNC(render);
|
_this call FUNC(render);
|
||||||
};
|
};
|
||||||
[_fnc, 0, []] call cba_fnc_addPerFrameHandler;
|
// [_fnc, 0, []] call cba_fnc_addPerFrameHandler;
|
||||||
|
addMissionEventHandler ["Draw3D", _fnc];
|
||||||
|
|
||||||
_fnc = {
|
_fnc = {
|
||||||
_this call FUNC(probe);
|
_this call FUNC(probe);
|
||||||
|
Reference in New Issue
Block a user