Home
last modified time | relevance | path

Searched refs:SetPartyTarget (Results 1 – 3 of 3) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle_utils.h432 void SetPartyTarget(hoa_global::GLOBAL_TARGET type, std::deque<BattleActor*>* party);
H A Dbattle_utils.cpp543 void BattleTarget::SetPartyTarget(GLOBAL_TARGET type, deque<BattleActor*>* party) { in SetPartyTarget() function in hoa_battle::private_battle::BattleTarget
/dports/games/allacrost/allacrost-1.0.2/src/modes/
H A Ddefs_modes.cpp435 .def("SetPartyTarget", &BattleTarget::SetPartyTarget) in BindModesToLua()