Changed (Event): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(Created page with "<onlyinclude>{{Event| name = Changed |arguments = Property ''property'' |description = Fired after the specified property is changed |...")
 
No edit summary
Line 14: Line 14:
|object              = [[GBX.lua.BoolValue (Object)|BoolValue]], [[GBX.lua.BrickColorValue (Object)|BrickColorValue]], [[GBX.lua.CFrameValue (Object)|CFrameValue]], [[GBX.lua.Color3Value (Object)|Color3Value]], [[GBX.lua.IntValue (Object)|IntValue]], [[GBX.lua.NumberValue (Object)|NumberValue]], [[GBX.lua.ObjectValue (Object)|ObjectValue]], [[GBX.lua.StringValue (Object)|StringValue]], [[GBX.lua.Vector3Value (Object)|Vector3Value]].
|object              = [[GBX.lua.BoolValue (Object)|BoolValue]], [[GBX.lua.BrickColorValue (Object)|BrickColorValue]], [[GBX.lua.CFrameValue (Object)|CFrameValue]], [[GBX.lua.Color3Value (Object)|Color3Value]], [[GBX.lua.IntValue (Object)|IntValue]], [[GBX.lua.NumberValue (Object)|NumberValue]], [[GBX.lua.ObjectValue (Object)|ObjectValue]], [[GBX.lua.StringValue (Object)|StringValue]], [[GBX.lua.Vector3Value (Object)|Vector3Value]].
}}</onlyinclude>
}}</onlyinclude>
<br>
[[Category:Events]]
[[Category:Events]]

Revision as of 11:50, 23 June 2020

Event
Syntax Changed( Property property )
Description: Fired after the specified property is changed
In Object: Global




There is also a separate Changed event exclusively for value holder objects. Unlike the global Changed, it is linked directly to the Value property. The type of the value returned corresponds with the Value's type.

Event
Syntax Changed( type Value )
Description: Fired after Value property is changed
In Object: BoolValue, BrickColorValue, CFrameValue, Color3Value, IntValue, NumberValue, ObjectValue, StringValue, Vector3Value.