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

From Goodblox Wiki
Jump to navigationJump to search
(Created page with "{{CatUp|Class reference}} A StringValue is a very simple object; it holds a String as a value. This value can be used for scripts to communicate, for objects to be re-nam...")
 
mNo edit summary
 
Line 1: Line 1:
{{CatUp|Class reference}}
{{CatUp|Class reference}}
A StringValue is a very simple object; it holds a [[String]] as a value. This value can be used for scripts to communicate, for objects to be re-named, many things.
A StringValue is a very simple object; it holds a [[String]] as a value. This value can be used for scripts to communicate, for objects to be re-named, 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:17, 23 September 2021

A StringValue is a very simple object; it holds a String as a value. This value can be used for scripts to communicate, for objects to be re-named, many things.

Functions

The StringValue only incorporates the global functions.

Properties

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

Events

In addition to the global events, StringValue also has: