CreateSignal (Function): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>XLEGOx No edit summary |
>XLEGOx No edit summary |
||
Line 2: | Line 2: | ||
|name = CreateSignal | |name = CreateSignal | ||
|returns = [[LuaSignal]] <var>Signal object</var> | |returns = [[LuaSignal]] <var>Signal object</var> | ||
|description = Returns a | |description = Returns a LuaSignal object which acts much like the Signal objects which events use, only implemented in-Lua for full control from within scripts. | ||
}} | }} | ||
Revision as of 04:54, 9 February 2012
CreateSignal( ) | |
Returns | LuaSignal Signal object |
Description: | Returns a LuaSignal object which acts much like the Signal objects which events use, only implemented in-Lua for full control from within scripts. |