RBX.lua.IntValue (Object): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
>Mindraker
Line 14: Line 14:
In addition to the global events, IntValue also has this Event:  
In addition to the global events, IntValue also has this Event:  


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


[[Category:ROBLOX Lua Objects]]
[[Category:ROBLOX Lua Objects]]

Revision as of 18:16, 17 September 2008

A IntValue is a very simple object; it holds an Integer as a value. This value can be used for scripts to communicate, for changing object's properties, many things.

Functions

The IntValue only incorporates the global functions.

Properties

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

Events

In addition to the global events, IntValue also has this Event: