Lua:DeleteSchedule

From Fortress Forever Wiki
Jump to navigationJump to search


DeleteSchedule

Immediately cancels and destroys an active schedule. Identical to RemoveSchedule.

Usage

DeleteSchedule( schedule_id )

Input

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

Output

Returns nothing.

Example

DeleteSchedule( "my_schedule" )