ControllerType (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Outofspace
No edit summary
>Trappingnoobs
Follows new enum syntax.
 
(25 intermediate revisions by 5 users not shown)
Line 1: Line 1:
The [[Enum]] ControllerType sets the controller for an object. It has 8 numbers:
{{Enum|The [[Enum]] ControllerType sets the controller for an object. It has 8 numbers:|
 
{{Enum/row|0|None|Object is controlled by nothing.}}
*0: None
{{Enum/row|1|KeyboardRight|Object is controlled with keys U, H, J, and K.}}
*1: KeyboardRight
{{Enum/row|2|KeyboardLeft|Object is controlled with keys W, A, S, and D.}}
*2: KeyboardLeft
{{Enum/row|3|Joypad1|}}
*3: Joypad1
{{Enum/row|4|Joypad2|}}
*4: Joypad2
{{Enum/row|5|Chase|Object chases the nearest player.}}
*5: Chase (chases nearest player)
{{Enum/row|6|Flee|Object runs from all players.}}
*6: Flee (runs from all players)
{{Enum/row|7|Player|Object is controlled by a player.}}
*7: Player
}}<noinclude>
 
[[Category:Enums]]</noinclude>
This enum set is used by the [[Controller]] property.
 
[[Category:Properties]]
[[Category:Enum]]

Latest revision as of 20:53, 20 July 2011

The Enum ControllerType sets the controller for an object. It has 8 numbers:
Enum Name Description
0 None Object is controlled by nothing.
1 KeyboardRight Object is controlled with keys U, H, J, and K.
2 KeyboardLeft Object is controlled with keys W, A, S, and D.
3 Joypad1
4 Joypad2
5 Chase Object chases the nearest player.
6 Flee Object runs from all players.
7 Player Object is controlled by a player.