Lua:RemoveSchedule

From Fortress Forever Wiki
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" )