MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / StartActionProcessing

Method StartActionProcessing

engine/Poseidon/AI/VehicleAIPilot.cpp:992–996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990}
991
992void EntityAI::StartActionProcessing(const UIAction& action, AIUnit* unit)
993{
994 // default: process action directly
995 action.Process(unit);
996}
997
998void EntityAI::PerformAction(const UIAction& action, AIUnit* unit)
999{

Callers 5

CheckHealthMethod · 0.45
CheckAttackRunAwayFunction · 0.45
IssueActionMethod · 0.45
ProcessActionMethod · 0.45
VehProcessActionFunction · 0.45

Calls 1

ProcessMethod · 0.45

Tested by

no test coverage detected