Lua:RemoveSchedule

From Fortress Forever Wiki
Revision as of 14:33, 10 May 2009 by Crazycarl (talk | contribs) (New page: {{Infobox manual/Header}} ==RemoveSchedule== Immediately cancels and destroys an active schedule. ===Usage=== <pre>RemoveSchedule( schedule_id )</pre> ===Input=== schedule_id(string) th...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


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" )