Lua:RemoveSchedule

From Fortress Forever Wiki
Revision as of 11:28, 11 May 2009 by Crazycarl (talk | contribs)
(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" )