Difference between revisions of "Os.queueEvent"
From ComputerCraft Wiki
m (Block fix.) |
(Moved to CAT:LuaCoreFunctions) |
||
Line 38: | Line 38: | ||
end | end | ||
}} | }} | ||
+ | |||
+ | [[Category:Lua_Core_Functions]] |
Revision as of 18:51, 28 November 2012
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