os.queueEvent
From ComputerCraft Wiki
Revision as of 13:41, 28 November 2012 by 92.21.207.22 (Talk)
| 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