This website requires JavaScript.
Explore
Help
Sign In
Arma3_Epoch
/
ACE3
Watch
1
Star
0
Fork
0
You've already forked ACE3
mirror of
https://github.com/acemod/ACE3.git
synced
2024-08-30 18:23:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
13c9db75a7
ACE3
/
addons
/
laserpointer
/
XEH_preInit.sqf
9 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add day laser pointer
2015-01-17 22:38:13 +00:00
#include "script_component.hpp"
Set ADDON variable in XEH_preInit
2015-01-29 07:38:46 +00:00
ADDON = false;
add day laser pointer
2015-01-17 22:38:13 +00:00
PREP(drawLaserpoint);
PREP(onDraw);
Set ADDON variable in XEH_preInit
2015-01-29 07:38:46 +00:00
ADDON = true;
Reference in New Issue
Copy Permalink