HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

[?]TriggerRegisterTimerEvent

06-13-2004, 11:37 AM#1
danny760311
in common.j it says:

Quote:
// Creates it's own timer and triggers when it expires
native TriggerRegisterTimerEvent takes trigger whichTrigger, real timeout,
boolean periodic returns event


Would it really has a timer? I mean, if you destroy a trigger with such an event, will it leak a timer??
06-13-2004, 12:19 PM#2
AIAndy
I don't think so since there is no way to get the timer in that trigger. But you never know.