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

obeys_commands

Vars

available_commandsList of commands you can give to the owner of this component
radial_menu_lifetimeafter how long we shutdown radial menus
radial_menu_offsetoffset to display the radial menu
radial_menu_radiusradius of our radial menu
radial_relative_to_usershould the commands move with the pet owner's screen?
radial_viewersUsers currently viewing our radial options

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

radial_menu_lifetime

after how long we shutdown radial menus

radial_menu_offset

offset to display the radial menu

radial_menu_radius

radius of our radial menu

radial_relative_to_user

should the commands move with the pet owner's screen?

radial_viewers

Users currently viewing our radial options

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