SetValue (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
>Legend26
Fixed the link
Line 2: Line 2:
|name = SetValue
|name = SetValue
|arguments = [[Number]] ''newValue''
|arguments = [[Number]] ''newValue''
|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>

Revision as of 14:25, 17 January 2012

SetValue( Number 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