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

From Goodblox Wiki
Jump to navigationJump to search
(created the page)
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{CatUp|Class reference}}
{{CatUp|Class reference}}
The base class for controller objects, such as [[GBX.lua.HumanoidController (Object)|HumanoidController]], [[GBX.lua.SkateboardController (Object)|SkateboardController]], and [[GBX.lua.VehicleController (Object)|VehicleController]].
A structural class for controller objects, such as [[GBX.lua.HumanoidController (Object)|HumanoidController]], [[GBX.lua.SkateboardController (Object)|SkateboardController]], and [[GBX.lua.VehicleController (Object)|VehicleController]]. It cannot be created.


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

Latest revision as of 05:22, 27 September 2021

A structural class for controller objects, such as HumanoidController, SkateboardController, and VehicleController. It cannot be created.

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: