Difference between revisions of "Lua:RemoveSchedule"
From Fortress Forever Wiki
Jump to navigationJump to search (New page: {{Infobox manual/Header}} ==RemoveSchedule== Immediately cancels and destroys an active schedule. ===Usage=== <pre>RemoveSchedule( schedule_id )</pre> ===Input=== schedule_id(string) th...) |
|||
Line 14: | Line 14: | ||
===Example=== | ===Example=== | ||
− | |||
<pre>RemoveSchedule( "my_schedule" )</pre> | <pre>RemoveSchedule( "my_schedule" )</pre> | ||
− | [[Category: | + | [[Category:Schedules]] |
{{Infobox manual/Footer}} | {{Infobox manual/Footer}} |
Latest revision as of 11:28, 11 May 2009
RemoveScheduleImmediately cancels and destroys an active schedule. UsageRemoveSchedule( schedule_id ) Inputschedule_id(string) the name of the schedule to be removed OutputReturns nothing. ExampleRemoveSchedule( "my_schedule" ) |