SetValue (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
Fixed the link
>JulienDethurens
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<onlyinclude>{{Method
<onlyinclude>{{Method
|name = SetValue
|name = SetValue
|arguments = [[Number]] ''newValue''
|arguments = {{type|float}} <var>newValue</var>
|description = Sets the value of the CustomEvent and fires the [[SourceValueChanged (Event)|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

Latest revision as of 01:23, 13 February 2012

SetValue( float newValue )
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