- Joined
- Oct 11, 2012
- Messages
- 711
Hi all. If I make TimerUtils optional, what should I put after "static if"? The function name in the TimerUtils library? Such as
Thanks.
JASS:
static if LIBRARY_NewTimer then
call NewTimer(......)
else
call TimerStart(.....)
endif
Thanks.