os.queueEvent
From ComputerCraft Wiki
Revision as of 18:51, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:LuaCoreFunctions)
| 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