Home
last modified time | relevance | path

Searched refs:GLOBAL_TARGET_FOE (Results 1 – 20 of 20) sorted by relevance

/dports/games/valyriatear/ValyriaTear-1.1.0/data/skills/
H A Dmagic.lua257 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
281 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
298 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
427 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
459 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
491 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
523 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
555 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
610 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
658 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
[all …]
H A Dbarehands.lua34 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
62 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
89 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
H A Dweapon.lua90 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
185 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
218 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
245 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
833 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
891 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/
H A Dglobal_target.cpp41 case GLOBAL_TARGET_FOE: in GetTargetText()
67 case GLOBAL_TARGET_FOE: in IsTargetActor()
110 …if((target == GLOBAL_TARGET_FOE_POINT) || (target == GLOBAL_TARGET_FOE) || (target == GLOBAL_TARGE… in IsTargetFoe()
H A Dglobal_target.h42 GLOBAL_TARGET_FOE = 7, enumerator
/dports/games/allacrost/allacrost-1.0.2/src/common/global/
H A Dglobal_utils.cpp47 case GLOBAL_TARGET_FOE: in GetTargetText()
70 …((target == GLOBAL_TARGET_SELF) || (target == GLOBAL_TARGET_ALLY) || (target == GLOBAL_TARGET_FOE)) in IsTargetActor()
106 …if ((target == GLOBAL_TARGET_FOE_POINT) || (target == GLOBAL_TARGET_FOE) || (target == GLOBAL_TARG… in IsTargetFoe()
H A Dglobal_utils.h95 GLOBAL_TARGET_FOE = 5, enumerator
H A Ddefs_global.cpp154 value("GLOBAL_TARGET_FOE", GLOBAL_TARGET_FOE), in BindGlobalsToLua()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/battle/
H A Dbattle_target.cpp104 case GLOBAL_TARGET_FOE: in SetTarget()
301 case GLOBAL_TARGET_FOE: in GetName()
H A Dbattle.cpp964 auto_target.SetTarget(character, GLOBAL_TARGET_FOE); in _AutoCharacterCommand()
/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle_utils.cpp454 …else if ((type == GLOBAL_TARGET_FOE_POINT) || (type == GLOBAL_TARGET_FOE) || (type == GLOBAL_TARGE… in SetInitialTarget()
473 case GLOBAL_TARGET_FOE: in SetInitialTarget()
661 else if ((_type == GLOBAL_TARGET_FOE_POINT) || (_type == GLOBAL_TARGET_FOE)) { in SelectNextActor()
H A Dbattle_command.cpp190 case GLOBAL_TARGET_FOE: in SaveLastTarget()
227 if ((target.GetType() != GLOBAL_TARGET_FOE_POINT) && (target.GetType() != GLOBAL_TARGET_FOE)) { in SetLastEnemyTarget()
/dports/games/allacrost/allacrost-1.0.2/dat/objects/
H A Ditems.lua128 target_type = hoa_global.GameGlobal.GLOBAL_TARGET_FOE,
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/media/
H A Dbattle_media.cpp130 case GLOBAL_TARGET_FOE: in GetTargetTypeIcon()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/battle/objects/
H A Dbattle_actor.cpp728 case GLOBAL_TARGET_FOE: in SetAction()
889 case GLOBAL_TARGET_FOE: in _DecideAction()
956 case GLOBAL_TARGET_FOE: in _DecideAction()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/battle/command/
H A Dcommand_settings.cpp272 case GLOBAL_TARGET_FOE: in SaveLastTarget()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/
H A Dcommon_bindings.cpp191 luabind::value("GLOBAL_TARGET_FOE", GLOBAL_TARGET_FOE), in BindCommonCode()
/dports/games/valyriatear/ValyriaTear-1.1.0/data/inventory/
H A Ditems.lua704 target_type = vt_global.GameGlobal.GLOBAL_TARGET_FOE,
/dports/games/allacrost/allacrost-1.0.2/src/modes/shop/
H A Dshop.cpp386 _target_type_text.push_back(TextImage(GetTargetText(GLOBAL_TARGET_FOE), TextStyle("text22"))); in ShopObjectViewer()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/shop/
H A Dshop.cpp201 _target_type_text.push_back(TextImage(GetTargetText(GLOBAL_TARGET_FOE), in ShopObjectViewer()