mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 23:08:21 +00:00
Updated Perl EVENT_TIMER (markdown)
+5
-1
@@ -12,7 +12,11 @@ sub EVENT_TIMER {
|
||||
|
||||
### Functionality Explained
|
||||
|
||||
EVENT_TIMER is triggered by a quest::settimer(timer_name,duration_in_seconds) or quest::settimerMS(timer_name,duration_in_milliseconds). The timer will loop until it is stopped, and EVENT_TIMER will trigger each time that the duration of the timer elapses. Timers can be stopped using the quest::stopalltimers() or quest::stoptimer(timer_name) functions.
|
||||
EVENT_TIMER is triggered by a quest::settimer(timer_name,duration_in_seconds) or quest::settimerMS(timer_name,duration_in_milliseconds)
|
||||
|
||||
The timer will loop until it is stopped, and EVENT_TIMER will trigger each time that the duration of the timer elapses
|
||||
|
||||
Timers can be stopped using the quest::stopalltimers() or quest::stoptimer(timer_name) functions
|
||||
|
||||
### EVENT_TIMER in use
|
||||
|
||||
|
||||
Reference in New Issue
Block a user