CreateSignal (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
>JulienDethurens
No edit summary
Line 2: Line 2:
|name        = CreateSignal
|name        = CreateSignal
|returns    = [[LuaSignal]]
|returns    = [[LuaSignal]]
|description = Returns a LuaSignal object which acts much like the [[RBXScriptSignal|signal]] objects which events use, only implemented in-Lua for full control from within scripts.
|description = Returns a LuaSignal object which acts much like the real [[RBXScriptSignal]] objects, which ROBLOX events use, only implemented in-Lua for full control from within scripts.
}}
}}



Revision as of 05:12, 9 February 2012

CreateSignal( )
Returns LuaSignal
Description: Returns a LuaSignal object which acts much like the real RBXScriptSignal objects, which ROBLOX events use, only implemented in-Lua for full control from within scripts.


See Also