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...")
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
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 12: Line 11:


==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]]

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: