mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 11:38:29 +00:00
Updated Perl EVENT_TIMER (markdown)
+5
-1
@@ -12,7 +12,11 @@ sub EVENT_TIMER {
|
|||||||
|
|
||||||
### Functionality Explained
|
### 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
|
### EVENT_TIMER in use
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user