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

From Goodblox Wiki
Jump to navigationJump to search
(Created page with "{{CatUp|Class reference}} A Vector3Value is a very simple object; it holds a Vector3 as a value. This value can be used for scripts to communicate, for objects to move to a p...")
 
mNo edit summary
 
Line 1: Line 1:
{{CatUp|Class reference}}
{{CatUp|Class reference}}
A Vector3Value is a very simple object; it holds a Vector3 as a value. This value can be used for scripts to communicate, for objects to move to a preset location, many things.
A Vector3Value is a very simple object; it holds a Vector3 as a value. This value can be used for scripts to communicate, for objects to move to a preset location, many things.


Line 8: Line 7:
==Properties==
==Properties==
Like any Value object, the Vector3Value only has one special property:
Like any Value object, the Vector3Value only has one special property:
*[[Value]]
*[[Value]]


==Events==
==Events==
In addition to the global events, Vector3Value incorporates:
In addition to the global events, Vector3Value incorporates:
* [[Changed (Event)|Changed]]
* [[Changed (Event)|Changed]]


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

Latest revision as of 20:17, 23 September 2021

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

Functions

The Vector3Value only incorporates the global functions.

Properties

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

Events

In addition to the global events, Vector3Value incorporates: