GBX.lua.BoolValue (Object): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
mNo edit summary |
m (→Events) |
||
Line 12: | Line 12: | ||
==Events== | ==Events== | ||
In addition to the Global Events, BoolValue also has this Event: | In addition to the Global Events, BoolValue also has this Event: | ||
*[[Changed (Event)]] | *[[Changed (Event)|Changed]] | ||
[[Category: GoodBlox Lua Objects]] | [[Category: GoodBlox Lua Objects]] |
Latest revision as of 03:37, 24 September 2021
A BoolValue is a very simple object; it holds a boolean value. This value can be used for scripts to communicate, for functions to be carried out when a button is pressed, many things.
Functions
The BoolValue only incorporates the global functions.
Properties
Like any Value object, the BoolValue only has one special property:
Events
In addition to the Global Events, BoolValue also has this Event: