Home
last modified time | relevance | path

Searched refs:SetPointTarget (Results 1 – 4 of 4) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle_utils.h420 …void SetPointTarget(hoa_global::GLOBAL_TARGET type, uint32 attack_point, BattleActor* actor = NULL…
H A Dbattle_actors.cpp690 target.SetPointTarget(GLOBAL_TARGET_FOE_POINT, point_target, actor_target); in _DecideAction()
H A Dbattle_utils.cpp498 void BattleTarget::SetPointTarget(GLOBAL_TARGET type, uint32 attack_point, BattleActor* actor) { in SetPointTarget() function in hoa_battle::private_battle::BattleTarget
/dports/games/allacrost/allacrost-1.0.2/src/modes/
H A Ddefs_modes.cpp433 .def("SetPointTarget", &BattleTarget::SetPointTarget) in BindModesToLua()