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:Lua_Commands]]
+
[[Category:Schedules]]
 
{{Infobox manual/Footer}}
 
{{Infobox manual/Footer}}

Latest revision as of 11:28, 11 May 2009


RemoveSchedule

Immediately cancels and destroys an active schedule.

Usage

RemoveSchedule( schedule_id )

Input

schedule_id(string) the name of the schedule to be removed

Output

Returns nothing.

Example

RemoveSchedule( "my_schedule" )