GBX.lua.BoolValue (Object): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(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...")
 
 
(One intermediate revision by the same user not shown)
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: