PointClickEngine::Characters::AI::IdleBehavior
Inherits YAML::Serializable < PointClickEngine::Characters::AI::NPCBehavior < Reference < Object
Idle behavior - just stands still
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
update(npc : NPC, dt : Float32)
Source