GBX.lua.BoolValue (Object): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
Pizzaboxer (talk | contribs) (Created page with "{{CatUp|Class reference}} 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 whe...") |
mNo edit summary |
||
Line 14: | Line 14: | ||
*[[Changed (Event)]] | *[[Changed (Event)]] | ||
[[Category: | [[Category: GoodBlox Lua Objects]] |
Revision as of 20:02, 23 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: