schedule.Remove
From GMod Wiki
| Function | |
| Syntax |
schedule.Remove( String name ) Where is this used? |
| Description: | |
| Stops and destroys a schedule by name. | |
| Returns: | Boolean - false if schedule does not exist, true otherwise. |
| Part of Library: | schedule |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Schedule.Remove]Schedule.Remove [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- name - Unique name of the schedule.
- The schedule will be totally destroyed after calling this function.