Home
last modified time | relevance | path

Searched refs:EventData_Entered_Boss_Area (Results 1 – 7 of 7) sorted by relevance

/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/
H A DGlobalAmbientSoundComponent.cpp29 …, &GlobalAmbientSoundComponent::ActorEnteredBossAreaDelegate), EventData_Entered_Boss_Area::sk_Eve… in GlobalAmbientSoundComponent()
37 …, &GlobalAmbientSoundComponent::ActorEnteredBossAreaDelegate), EventData_Entered_Boss_Area::sk_Eve… in ~GlobalAmbientSoundComponent()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Events/
H A DEvents.cpp54 const EventType EventData_Entered_Boss_Area::sk_EventType(0x6a51ffff);
H A DEvents.h2498 class EventData_Entered_Boss_Area : public BaseEventData
2503 EventData_Entered_Boss_Area(uint32 actorId, uint32 bossId) in EventData_Entered_Boss_Area() function
2512 return IEventDataPtr(new EventData_Entered_Boss_Area(m_ControllerId, m_BossId)); in VCopy()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/GameApp/
H A DBaseGameLogic.cpp1119 shared_ptr<EventData_Entered_Boss_Area> pCastEventData = in ActorEnteredBossAreaDelegate()
1120 static_pointer_cast<EventData_Entered_Boss_Area>(pEventData); in ActorEnteredBossAreaDelegate()
1280 …eDelegate(this, &BaseGameLogic::ActorEnteredBossAreaDelegate), EventData_Entered_Boss_Area::sk_Eve… in RegisterAllDelegates()
1294 …eDelegate(this, &BaseGameLogic::ActorEnteredBossAreaDelegate), EventData_Entered_Boss_Area::sk_Eve… in RemoveAllDelegates()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/TriggerComponents/
H A DBossStagerTriggerComponent.cpp240 …IEventMgr::Get()->VTriggerEvent(IEventDataPtr(new EventData_Entered_Boss_Area(m_ActorWhoEnteredId,… in VOnActorEnteredTrigger()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/UserInterface/
H A DHumanView.cpp359 this, &HumanView::ActorEnteredBossAreaDelegate), EventData_Entered_Boss_Area::sk_EventType); in RegisterAllDelegates()
395 this, &HumanView::ActorEnteredBossAreaDelegate), EventData_Entered_Boss_Area::sk_EventType); in RemoveAllDelegates()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/EnemyAI/
H A DEnemyAIStateComponent.cpp1611 …is, &BaseBossAIStateComponennt::ActorEnteredBossAreaDelegate), EventData_Entered_Boss_Area::sk_Eve… in BaseBossAIStateComponennt()
1618 …is, &BaseBossAIStateComponennt::ActorEnteredBossAreaDelegate), EventData_Entered_Boss_Area::sk_Eve… in ~BaseBossAIStateComponennt()