MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Move

Method Move

Source/Engine/AI/BehaviorTreeNodes.cpp:362–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362bool BehaviorTreeMoveToNode::Move(Actor* agent, const Vector3& move) const
363{
364 agent->AddMovement(move);
365 return false;
366}
367
368NavMeshRuntime* BehaviorTreeMoveToNode::GetNavMesh(Actor* agent) const
369{

Callers 15

KeyMethod · 0.45
GenericSchemaDocumentMethod · 0.45
SchemaErrorValueMethod · 0.45
SchemaErrorPointerMethod · 0.45
AddCurrentErrorMethod · 0.45
NotMultipleOfMethod · 0.45
AboveMaximumMethod · 0.45
BelowMinimumMethod · 0.45
TooLongMethod · 0.45
TooShortMethod · 0.45
DoesNotMatchMethod · 0.45
DisallowedItemMethod · 0.45

Calls 1

AddMovementMethod · 0.45

Tested by

no test coverage detected