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

From Goodblox Wiki
Jump to navigationJump to search
No edit summary
mNo edit summary
 
Line 1: Line 1:
{{CatUp|Class reference}}
{{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 location, many things.
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.


Line 16: Line 15:
* [[Changed (Event)|Changed]]
* [[Changed (Event)|Changed]]


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

Latest revision as of 20:12, 23 September 2021

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: