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

From Goodblox Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:


==Functions==
==Functions==
In addition to the Global functions, the AnimationTrack also has these:
In addition to the Global functions, the Controller also has these:
*[[BindButton (Function)|BindButton]]
*[[BindButton (Function)|BindButton]]
*[[GetButton (Function)|GetButton]]
*[[GetButton (Function)|GetButton]]
Line 12: Line 12:


==Events==
==Events==
In addition to the Global events, the AnimationTrack also has these:
In addition to the Global events, the Controller also has these:
*[[ButtonChanged (Event)|ButtonChanged]]
*[[ButtonChanged (Event)|ButtonChanged]]


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

Revision as of 04:07, 27 September 2021

A structural class for controller objects, such as HumanoidController, SkateboardController, and VehicleController.

Functions

In addition to the Global functions, the Controller also has these:

Properties

The Controller only incorporates global properties.

Events

In addition to the Global events, the Controller also has these: