Home
last modified time | relevance | path

Searched refs:GLOBAL_TARGET_SELF (Results 1 – 17 of 17) sorted by relevance

/dports/games/valyriatear/ValyriaTear-1.1.0/data/skills/
H A Dspecial.lua61 target_type = vt_global.GameGlobal.GLOBAL_TARGET_SELF,
82 target_type = vt_global.GameGlobal.GLOBAL_TARGET_SELF,
98 target_type = vt_global.GameGlobal.GLOBAL_TARGET_SELF,
114 target_type = vt_global.GameGlobal.GLOBAL_TARGET_SELF,
130 target_type = vt_global.GameGlobal.GLOBAL_TARGET_SELF,
146 target_type = vt_global.GameGlobal.GLOBAL_TARGET_SELF,
162 target_type = vt_global.GameGlobal.GLOBAL_TARGET_SELF,
178 target_type = vt_global.GameGlobal.GLOBAL_TARGET_SELF,
196 target_type = vt_global.GameGlobal.GLOBAL_TARGET_SELF,
267 target_type = vt_global.GameGlobal.GLOBAL_TARGET_SELF,
[all …]
H A Dweapon.lua867 target_type = vt_global.GameGlobal.GLOBAL_TARGET_SELF,
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/
H A Dglobal_target.cpp33 case GLOBAL_TARGET_SELF: in GetTargetText()
63 case GLOBAL_TARGET_SELF: in IsTargetActor()
86 if((target == GLOBAL_TARGET_SELF_POINT) || (target == GLOBAL_TARGET_SELF)) in IsTargetSelf()
95 case GLOBAL_TARGET_SELF: in IsTargetAlly()
H A Dglobal_target.h38 GLOBAL_TARGET_SELF = 3, enumerator
/dports/games/allacrost/allacrost-1.0.2/src/common/global/
H A Dglobal_utils.cpp43 case GLOBAL_TARGET_SELF: in GetTargetText()
70 …if ((target == GLOBAL_TARGET_SELF) || (target == GLOBAL_TARGET_ALLY) || (target == GLOBAL_TARGET_F… in IsTargetActor()
88 if ((target == GLOBAL_TARGET_SELF_POINT) || (target == GLOBAL_TARGET_SELF)) in IsTargetSelf()
H A Dglobal_utils.h93 GLOBAL_TARGET_SELF = 3, enumerator
H A Ddefs_global.cpp152 value("GLOBAL_TARGET_SELF", GLOBAL_TARGET_SELF), in BindGlobalsToLua()
/dports/games/allacrost/allacrost-1.0.2/dat/skills/
H A Ddefense.lua25 target_type = hoa_global.GameGlobal.GLOBAL_TARGET_SELF,
39 target_type = hoa_global.GameGlobal.GLOBAL_TARGET_SELF,
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/battle/
H A Dbattle_target.cpp92 case GLOBAL_TARGET_SELF: in SetTarget()
297 case GLOBAL_TARGET_SELF: in GetName()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/battle/objects/
H A Dbattle_actor.cpp719 if (target_type == GLOBAL_TARGET_SELF || target_type == GLOBAL_TARGET_SELF_POINT) in SetAction()
729 case GLOBAL_TARGET_SELF: in SetAction()
897 case GLOBAL_TARGET_SELF: in _DecideAction()
957 case GLOBAL_TARGET_SELF: in _DecideAction()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/media/
H A Dbattle_media.cpp124 case GLOBAL_TARGET_SELF: in GetTargetTypeIcon()
/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle_utils.cpp467 case GLOBAL_TARGET_SELF: in SetInitialTarget()
652 if ((_type == GLOBAL_TARGET_SELF_POINT) || (_type == GLOBAL_TARGET_SELF)) { in SelectNextActor()
H A Dbattle_command.cpp182 case GLOBAL_TARGET_SELF: in SaveLastTarget()
205 if ((target.GetType() != GLOBAL_TARGET_SELF_POINT) && (target.GetType() != GLOBAL_TARGET_SELF)) { in SetLastSelfTarget()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/battle/command/
H A Dcommand_settings.cpp262 case GLOBAL_TARGET_SELF: in SaveLastTarget()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/
H A Dcommon_bindings.cpp187 luabind::value("GLOBAL_TARGET_SELF", GLOBAL_TARGET_SELF), in BindCommonCode()
/dports/games/allacrost/allacrost-1.0.2/src/modes/shop/
H A Dshop.cpp384 _target_type_text.push_back(TextImage(GetTargetText(GLOBAL_TARGET_SELF), TextStyle("text22"))); in ShopObjectViewer()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/shop/
H A Dshop.cpp193 _target_type_text.push_back(TextImage(GetTargetText(GLOBAL_TARGET_SELF), in ShopObjectViewer()