/tg/ Station 13 - Modules - Types

code/datums/ai/_ai_behavior.dm

/datum/bt_node/ai_behaviorBase type for AI behavior leaf nodes in the behavior tree system. setup() is called once on first activation, perform() each tick while running. Returns BT_SUCCESS / BT_FAILURE on completion, BT_RUNNING while active.