mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Never use this func anywhere
This commit is contained in:
parent
00b9e2d72c
commit
1f51a3fc8a
@ -9,7 +9,6 @@ PREP(getVehicleData);
|
||||
PREP(initIsSpeaking);
|
||||
PREP(moduleNameTags);
|
||||
PREP(onDraw3d);
|
||||
PREP(onMouseZChanged);
|
||||
PREP(setText);
|
||||
|
||||
ADDON = true;
|
||||
|
@ -1,18 +0,0 @@
|
||||
/*
|
||||
Author: aeroson
|
||||
|
||||
Description:
|
||||
Callback for mouse wheel change
|
||||
|
||||
Parameters:
|
||||
None
|
||||
|
||||
Returns:
|
||||
Nothing
|
||||
*/
|
||||
|
||||
#include "script_component.hpp"
|
||||
|
||||
if(call FUNC(canShow)) then {
|
||||
call FUNC(doShow);
|
||||
};
|
Loading…
Reference in New Issue
Block a user