Home
last modified time | relevance | path

Searched refs:GLOBAL_TARGET (Results 1 – 25 of 127) sorted by relevance

123456

/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/
H A Dglobal_target.h33 enum GLOBAL_TARGET { enum
52 std::string GetTargetText(GLOBAL_TARGET target);
57 bool IsTargetPoint(GLOBAL_TARGET target);
62 bool IsTargetActor(GLOBAL_TARGET target);
67 bool IsTargetParty(GLOBAL_TARGET target);
72 bool IsTargetSelf(GLOBAL_TARGET target);
77 bool IsTargetAlly(GLOBAL_TARGET target);
82 bool IsTargetFoe(GLOBAL_TARGET target);
H A Dglobal_target.cpp24 std::string GetTargetText(GLOBAL_TARGET target) in GetTargetText()
52 bool IsTargetPoint(GLOBAL_TARGET target) in IsTargetPoint()
60 bool IsTargetActor(GLOBAL_TARGET target) in IsTargetActor()
76 bool IsTargetParty(GLOBAL_TARGET target) in IsTargetParty()
84 bool IsTargetSelf(GLOBAL_TARGET target) in IsTargetSelf()
92 bool IsTargetAlly(GLOBAL_TARGET target) in IsTargetAlly()
108 bool IsTargetFoe(GLOBAL_TARGET target) in IsTargetFoe()
H A Dglobal_skills.h154 GLOBAL_TARGET GetTargetType() const { in GetTargetType()
241 GLOBAL_TARGET _target_type;
/dports/games/allacrost/allacrost-1.0.2/src/common/global/
H A Dglobal_utils.h88 enum GLOBAL_TARGET { enum
239 std::string GetTargetText(GLOBAL_TARGET target);
245 bool IsTargetPoint(GLOBAL_TARGET target);
251 bool IsTargetActor(GLOBAL_TARGET target);
257 bool IsTargetParty(GLOBAL_TARGET target);
263 bool IsTargetSelf(GLOBAL_TARGET target);
269 bool IsTargetAlly(GLOBAL_TARGET target);
275 bool IsTargetFoe(GLOBAL_TARGET target);
H A Dglobal_utils.cpp35 string GetTargetText(GLOBAL_TARGET target) { in GetTargetText()
60 bool IsTargetPoint(GLOBAL_TARGET target) { in IsTargetPoint()
69 bool IsTargetActor(GLOBAL_TARGET target) { in IsTargetActor()
78 bool IsTargetParty(GLOBAL_TARGET target) { in IsTargetParty()
87 bool IsTargetSelf(GLOBAL_TARGET target) { in IsTargetSelf()
96 bool IsTargetAlly(GLOBAL_TARGET target) { in IsTargetAlly()
105 bool IsTargetFoe(GLOBAL_TARGET target) { in IsTargetFoe()
H A Dglobal_skills.h102 GLOBAL_TARGET GetTargetType() const in GetTargetType()
156 GLOBAL_TARGET _target_type;
H A Dglobal_objects.h191 GLOBAL_TARGET GetTargetType() const in GetTargetType()
209 GLOBAL_TARGET _target_type;
/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle_utils.h409 void SetInitialTarget(BattleActor* user, hoa_global::GLOBAL_TARGET type);
420 …void SetPointTarget(hoa_global::GLOBAL_TARGET type, uint32 attack_point, BattleActor* actor = NULL…
426 void SetActorTarget(hoa_global::GLOBAL_TARGET type, BattleActor* actor);
432 void SetPartyTarget(hoa_global::GLOBAL_TARGET type, std::deque<BattleActor*>* party);
476 hoa_global::GLOBAL_TARGET GetType() const in GetType()
491 hoa_global::GLOBAL_TARGET _type;
571 hoa_global::GLOBAL_TARGET GetTargetType() const in GetTargetType()
H A Dbattle_utils.cpp434 void BattleTarget::SetInitialTarget(BattleActor* user, GLOBAL_TARGET type) { in SetInitialTarget()
498 void BattleTarget::SetPointTarget(GLOBAL_TARGET type, uint32 attack_point, BattleActor* actor) { in SetPointTarget()
525 void BattleTarget::SetActorTarget(GLOBAL_TARGET type, BattleActor* actor) { in SetActorTarget()
543 void BattleTarget::SetPartyTarget(GLOBAL_TARGET type, deque<BattleActor*>* party) { in SetPartyTarget()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmNinjaUtilityTargetGenerator.cxx50 this->GetGeneratorTarget()->GetType() == cmStateEnums::GLOBAL_TARGET) { in Generate()
122 if (genTarget->Target->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteUtilBuildStatements()
135 if (genTarget->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteUtilBuildStatements()
170 genTarget->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteUtilBuildStatements()
182 if (genTarget->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteUtilBuildStatements()
195 if (genTarget->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteUtilBuildStatements()
H A DcmStateTypes.h41 GLOBAL_TARGET, enumerator
H A DcmGlobalUnixMakefileGenerator3.cxx350 tgt->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteMainCMakefileLanguageRules()
585 gtarget->GetType() != cmStateEnums::GLOBAL_TARGET)) { in WriteConvenienceRules()
652 gtarget->GetType() != cmStateEnums::GLOBAL_TARGET)) { in WriteConvenienceRules2()
924 } else if (type == cmStateEnums::GLOBAL_TARGET) { in WriteHelpRule()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmNinjaUtilityTargetGenerator.cxx50 this->GetGeneratorTarget()->GetType() == cmStateEnums::GLOBAL_TARGET) { in Generate()
122 if (genTarget->Target->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteUtilBuildStatements()
135 if (genTarget->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteUtilBuildStatements()
170 genTarget->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteUtilBuildStatements()
182 if (genTarget->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteUtilBuildStatements()
195 if (genTarget->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteUtilBuildStatements()
H A DcmStateTypes.h41 GLOBAL_TARGET, enumerator
H A DcmGlobalUnixMakefileGenerator3.cxx350 tgt->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteMainCMakefileLanguageRules()
585 gtarget->GetType() != cmStateEnums::GLOBAL_TARGET)) { in WriteConvenienceRules()
652 gtarget->GetType() != cmStateEnums::GLOBAL_TARGET)) { in WriteConvenienceRules2()
924 } else if (type == cmStateEnums::GLOBAL_TARGET) { in WriteHelpRule()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmNinjaUtilityTargetGenerator.cxx50 this->GetGeneratorTarget()->GetType() == cmStateEnums::GLOBAL_TARGET) { in Generate()
122 if (genTarget->Target->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteUtilBuildStatements()
135 if (genTarget->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteUtilBuildStatements()
170 genTarget->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteUtilBuildStatements()
182 if (genTarget->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteUtilBuildStatements()
195 if (genTarget->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteUtilBuildStatements()
H A DcmStateTypes.h41 GLOBAL_TARGET, enumerator
H A DcmGlobalUnixMakefileGenerator3.cxx350 tgt->GetType() != cmStateEnums::GLOBAL_TARGET) { in WriteMainCMakefileLanguageRules()
585 gtarget->GetType() != cmStateEnums::GLOBAL_TARGET)) { in WriteConvenienceRules()
652 gtarget->GetType() != cmStateEnums::GLOBAL_TARGET)) { in WriteConvenienceRules2()
924 } else if (type == cmStateEnums::GLOBAL_TARGET) { in WriteHelpRule()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/battle/
H A Dbattle_target.h70 vt_global::GLOBAL_TARGET type,
131 inline vt_global::GLOBAL_TARGET GetType() const { in GetType()
150 vt_global::GLOBAL_TARGET _type;
H A Dbattle_item.h80 vt_global::GLOBAL_TARGET GetTargetType() const { in GetTargetType()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/objects/
H A Dglobal_item.h74 GLOBAL_TARGET GetTargetType() const { in GetTargetType()
115 GLOBAL_TARGET _target_type;
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/media/
H A Dbattle_media.h68 vt_video::StillImage* GetTargetTypeIcon(vt_global::GLOBAL_TARGET target_type);
H A Dbattle_media.cpp115 vt_video::StillImage* BattleMedia::GetTargetTypeIcon(vt_global::GLOBAL_TARGET target_type) in GetTargetTypeIcon()
/dports/x11-toolkits/ctk/CTK-2018-10-29/CMake/
H A DctkMacroCompilePythonScript.cmake10 # non-empty string or by specifying the macro option 'GLOBAL_TARGET',
28 "NO_INSTALL_SUBDIR;GLOBAL_TARGET"
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/battle/command/
H A Dcommand_supervisor.h226 vt_global::GLOBAL_TARGET _ActionTargetType();

123456