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

From Goodblox Wiki
Jump to navigationJump to search
(Created page with "{{CatUp|Class reference}} A NumberValue is a very simple object; it holds a float value. This value can be used for scripts to communicate, for objects to move to a preset lo...")
 
No edit summary
Line 12: Line 12:


==Events==
==Events==
In addition to the Global Events, NumberValue also has this Event:
Apart from the global events, NumberValue has:


* [[Changed (Event)|Changed]]
* [[Changed (Event)|Changed]]


[[Category:Goodblox Lua Objects]]
[[Category:Goodblox Lua Objects]]

Revision as of 11:27, 23 June 2020


A NumberValue is a very simple object; it holds a float value. This value can be used for scripts to communicate, for objects to move to a preset location, many things.

Functions

The NumberValue only incorporates the global functions.

Properties

Like any Value object, the NumberValue only has one special property:

Events

Apart from the global events, NumberValue has: