code/datums/components/pet_commands/pet_commands_basic.dm

/datum/pet_command/idle | Tells a pet to resume its idle behaviour, usually staying put where you leave it |
---|---|
/datum/pet_command/free | Tells a pet to exit command mode and resume its normal behaviour, which includes regular target-seeking and what have you |
/datum/pet_command/follow | Tells a pet to follow you until you tell it to do something else |
/datum/pet_command/point_targetting/attack | Tells a pet to chase and bite the next thing you point at |
/datum/pet_command/point_targetting/use_ability | Tells a pet to use some kind of ability on the next thing you point at |