SetValue (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens No edit summary |
>JulienDethurens No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude>{{Method | <onlyinclude>{{Method | ||
|name = SetValue | |name = SetValue | ||
|arguments = | |arguments = {{type|float}} <var>newValue</var> | ||
|description = Sets the value of the CustomEvent and fires the [[SourceValueChanged]] event of all the receivers connected to the CustomEvent. | |description = Sets the value of the CustomEvent and fires the [[SourceValueChanged (Event)|SourceValueChanged]] event of all the receivers connected to the CustomEvent. | ||
|object = CustomEvent | |object = CustomEvent | ||
}}</onlyinclude> | }}</onlyinclude> |
Latest revision as of 01:23, 13 February 2012
![]() | |
Returns | nil |
Description: | Sets the value of the CustomEvent and fires the SourceValueChanged event of all the receivers connected to the CustomEvent. |
Member of: | CustomEvent |