/tg/ Station 13 - Modules - TypesVar Details - Proc Details

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_commandsList of commands you can give to the owner of this component

Procs

InitializeThe available_commands parameter should be passed as a list of typepaths
add_friendAdd someone to our friends list
display_menuDisplays a radial menu of commands
display_radial_menuActually display the radial menu and then do something with the result
on_examineAdd a note about whether they will follow the instructions of the inspecting mob
remove_friendRemove someone from our friends list

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

add_friend

Add someone to our friends list

display_menu

Displays a radial menu of commands

display_radial_menu

Actually display the radial menu and then do something with the result

on_examine

Add a note about whether they will follow the instructions of the inspecting mob

remove_friend

Remove someone from our friends list