os.queueEvent
From ComputerCraft Wiki
Revision as of 18:48, 28 November 2012 by Watcher7 (Talk | contribs) (Fixed minor format inconsistencies within the code snippets.)
Function os.queueEvent | |
Adds an event eventName with the specified parameters to the event queue. | |
Syntax | os.queueEvent(string eventName, param1, param2, param3) |
Returns | nil |
Part of | ComputerCraft |
API | os |
Examples