Value (Property): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(Created page with "{{CatUp|Properties}} <onlyinclude>{{Property |name = Value |property = Can be any of the following: Bool, BrickColor, CFrame, Color3, Integer, [...")
 
No edit summary
Line 5: Line 5:
|property    = Can be any of the following: [[Bool]], [[BrickColor]], [[CFrame]], [[Color3]], [[Integer]], [[String]], [[Vector3]], [[Float]]
|property    = Can be any of the following: [[Bool]], [[BrickColor]], [[CFrame]], [[Color3]], [[Integer]], [[String]], [[Vector3]], [[Float]]
|description = A value, of some sort.
|description = A value, of some sort.
|object      = [[GBX.lua.BoolValue |BoolValue]], [[GBX.lua.BrickColorValue |BrickColorValue]], [[GBX.lua.CFrameValue |CFrameValue]], [[GBX.lua.Color3Value |Color3Value]], [[GBX.lua.IntValue |IntValue]], [[GBX.lua.NumberValue |NumberValue]], [[GBX.lua.ObjectValue |ObjectValue]], [[GBX.lua.StringValue |StringValue]], [[GBX.lua.Vector3Value |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>


[[Category:Properties]]
[[Category:Properties]]

Revision as of 11:29, 23 June 2020


Property
Name Value
Property Can be any of the following: Bool, BrickColor, CFrame, Color3, Integer, String, Vector3, Float
Description: A value, of some sort.
In Object: BoolValue, BrickColorValue, CFrameValue, Color3Value, IntValue, NumberValue, ObjectValue, StringValue, Vector3Value.