modding:function:msnaddrecurringtimerevent
This is an old revision of the document!
Discuss this page on this pages TalkPage
msnAddRecurringTimerEvent
Syntax | (msnAddRecurringTimerEvent missionObj interval event) |
---|---|
Arguments | missionObj: The mission object to add the event to |
interval: the delay, in ticks, between firing the event | |
event: the event to fire | |
Returns | |
Category | missions |
Description | Periodically fires the named event on the mission object. |
Example
(msnAddRecurringTimerEvent theMission 100 "Success")
Runs the event “Success” every 100 ticks.
Return to Mission functions list
Return to Functions list
modding/function/msnaddrecurringtimerevent.1485137456.txt.gz · Last modified: 2017/01/23 02:10 by xephyr