Obeys Commands Component

Manages a list of pet command datums, allowing you to boss it around Creates a radial menu of pet commands when this creature is alt-clicked, if it has any
Vars | |
available_commands | List of commands you can give to the owner of this component |
---|---|
Procs | |
Initialize | The available_commands parameter should be passed as a list of typepaths |
display_menu | Displays a radial menu of commands |
display_radial_menu | Actually display the radial menu and then do something with the result |
Var Details
available_commands

List of commands you can give to the owner of this component
Proc Details
Initialize
The available_commands parameter should be passed as a list of typepaths
display_menu
Displays a radial menu of commands
display_radial_menu
Actually display the radial menu and then do something with the result