Home
last modified time | relevance | path

Searched refs:GetGUID (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/
H A DPhysicsComponent.h26 void Destroy() { m_pPhysics->VRemoveActor(m_pOwner->GetGUID()); } in Destroy()
42 …void SetGravityScale(float gravityScale) { m_pPhysics->VSetGravityScale(m_pOwner->GetGUID(), gravi… in SetGravityScale()
44 … void RestoreGravityScale() { m_pPhysics->VSetGravityScale(m_pOwner->GetGUID(), m_GravityScale); } in RestoreGravityScale()
97 Point GetVelocity() { return m_pPhysics->VGetVelocity(m_pOwner->GetGUID()); } in GetVelocity()
98 void SetVelocity(Point velocity) { m_pPhysics->VSetLinearSpeed(m_pOwner->GetGUID(), velocity); } in SetVelocity()
100 …void ApplyLinearImpulse(Point impulse) { m_pPhysics->VApplyLinearImpulse(m_pOwner->GetGUID(), impu… in ApplyLinearImpulse()
101 void ApplyForce(Point force) { m_pPhysics->VApplyForce(m_pOwner->GetGUID(), force); } in ApplyForce()
103 bool IsAwake() { return m_pPhysics->VIsAwake(m_pOwner->GetGUID()); } in IsAwake()
H A DPhysicsComponent.cpp52 m_pPhysics->VRemoveActor(m_pOwner->GetGUID()); in ~PhysicsComponent()
310 m_pPhysics->VSetGravityScale(m_pOwner->GetGUID(), 0.0f); in VUpdate()
357 m_pPhysics->VScaleActor(m_pOwner->GetGUID(), 2.0); in VUpdate()
376 m_pPhysics->VScaleActor(m_pOwner->GetGUID(), 2.0); in VUpdate()
467 m_pPhysics->VSetGravityScale(m_pOwner->GetGUID(), m_GravityScale); in VUpdate()
478 m_pPhysics->VSetGravityScale(m_pOwner->GetGUID(), m_GravityScale); in VUpdate()
521 m_pPhysics->VScaleActor(m_pOwner->GetGUID(), 0.5); in VUpdate()
544 m_pPhysics->VScaleActor(m_pOwner->GetGUID(), 2.0); in VUpdate()
717 m_pPhysics->VSetGravityScale(m_pOwner->GetGUID(), 0.0f); in VUpdate()
828 m_pPhysics->VSetGravityScale(m_pOwner->GetGUID(), 0.0f); in VUpdate()
[all …]
H A DDestroyableComponent.cpp123 m_pPhysics->VRemoveActor(m_pOwner->GetGUID()); in VUpdate()
135 m_pPhysics->VRemoveActor(m_pOwner->GetGUID()); in VOnHealthBelowZero()
141 m_pPhysics->VSetLinearSpeed(m_pOwner->GetGUID(), nullSpeed); in VOnHealthBelowZero()
204 shared_ptr<EventData_Destroy_Actor> pEvent(new EventData_Destroy_Actor(m_pOwner->GetGUID())); in DeleteActor()
H A DGlitterComponent.cpp27 … shared_ptr<EventData_Destroy_Actor> pEvent(new EventData_Destroy_Actor(m_pGlitter->GetGUID())); in ~GlitterComponent()
78 …shared_ptr<EventData_Move_Actor> pEvent(new EventData_Move_Actor(m_pGlitter->GetGUID(), m_pPositon… in VUpdate()
102 … shared_ptr<EventData_Destroy_Actor> pEvent(new EventData_Destroy_Actor(m_pGlitter->GetGUID())); in Deactivate()
H A DAreaDamageComponent.cpp73 …t areaDamageAABB = g_pApp->GetGameLogic()->VGetGamePhysics()->VGetAABB(m_pOwner->GetGUID(), false); in VOnApply()
74 …orAABB = g_pApp->GetGameLogic()->VGetGamePhysics()->VGetAABB(pActorWhoPickedThis->GetGUID(), true); in VOnApply()
109 … shared_ptr<EventData_Destroy_Actor> pEvent(new EventData_Destroy_Actor(m_pOwner->GetGUID())); in VUpdate()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/ControllerComponents/
H A DPowerupComponent.cpp44 BroadcastPowerupStatusUpdated(m_pOwner->GetGUID(), m_ActivePowerup, false); in VPostInit()
45 BroadcastPowerupTimeUpdated(m_pOwner->GetGUID(), m_ActivePowerup, m_RemainingPowerupTime); in VPostInit()
89 BroadcastPowerupStatusUpdated(m_pOwner->GetGUID(), m_ActivePowerup, true); in VUpdate()
97 BroadcastPowerupTimeUpdated(m_pOwner->GetGUID(), m_ActivePowerup, currentSecsRemainig); in VUpdate()
116 BroadcastPowerupStatusUpdated(m_pOwner->GetGUID(), m_ActivePowerup, false); in ApplyPowerup()
117 BroadcastPowerupTimeUpdated(m_pOwner->GetGUID(), m_ActivePowerup, secondsRemaining); in ApplyPowerup()
156 BroadcastPowerupStatusUpdated(m_pOwner->GetGUID(), m_ActivePowerup, true); in ClawDiedDelegate()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/AIComponents/
H A DProjectileAIComponent.cpp40 … shared_ptr<EventData_Destroy_Actor> pEvent(new EventData_Destroy_Actor(pSparkle->GetGUID())); in ~ProjectileAIComponent()
80 m_pPhysics->VSetLinearSpeed(m_pOwner->GetGUID(), m_ProjectileSpeed); in VPostInit()
128 … shared_ptr<EventData_Destroy_Actor> pEvent(new EventData_Destroy_Actor(m_pOwner->GetGUID())); in VUpdate()
145 m_pPhysics->VRemoveActor(m_pOwner->GetGUID()); in Detonate()
147 shared_ptr<EventData_Destroy_Actor> pEvent(new EventData_Destroy_Actor(m_pOwner->GetGUID())); in Detonate()
188 …t areaDamageAABB = g_pApp->GetGameLogic()->VGetGamePhysics()->VGetAABB(m_pOwner->GetGUID(), false); in OnCollidedWithActor()
189 Point projectileSpeed = m_pPhysics->VGetVelocity(m_pOwner->GetGUID()); in OnCollidedWithActor()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmGlobalVisualStudio71Generator.cxx110 std::string guid = this->GetGUID(dspname); in WriteProject()
128 << this->GetGUID(uname) << "}\"\n" in WriteProject()
146 std::string guid = this->GetGUID(name); in WriteProjectDepends()
167 << this->GetGUID(name) << "}\"\n"; in WriteExternalProject()
176 fout << "\t\t{" << this->GetGUID(dep) << "} = {" << this->GetGUID(dep) in WriteExternalProject()
196 std::string guid = this->GetGUID(name); in WriteProjectConfigurations()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmGlobalVisualStudio71Generator.cxx110 std::string guid = this->GetGUID(dspname); in WriteProject()
128 << this->GetGUID(uname) << "}\"\n" in WriteProject()
146 std::string guid = this->GetGUID(name); in WriteProjectDepends()
167 << this->GetGUID(name) << "}\"\n"; in WriteExternalProject()
176 fout << "\t\t{" << this->GetGUID(dep) << "} = {" << this->GetGUID(dep) in WriteExternalProject()
196 std::string guid = this->GetGUID(name); in WriteProjectConfigurations()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmGlobalVisualStudio71Generator.cxx110 std::string guid = this->GetGUID(dspname); in WriteProject()
128 << this->GetGUID(uname) << "}\"\n" in WriteProject()
146 std::string guid = this->GetGUID(name); in WriteProjectDepends()
167 << this->GetGUID(name) << "}\"\n"; in WriteExternalProject()
176 fout << "\t\t{" << this->GetGUID(dep) << "} = {" << this->GetGUID(dep) in WriteExternalProject()
196 std::string guid = this->GetGUID(name); in WriteProjectConfigurations()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/PickupComponents/
H A DPickupComponent.cpp196 …shared_ptr<EventData_Move_Actor> pEvent(new EventData_Move_Actor(m_pOwner->GetGUID(), m_pPositionC… in VUpdate()
204 … shared_ptr<EventData_Destroy_Actor> pEvent(new EventData_Destroy_Actor(m_pOwner->GetGUID())); in VUpdate()
252 … shared_ptr<EventData_Destroy_Actor> pEvent(new EventData_Destroy_Actor(m_pOwner->GetGUID())); in VOnApply()
302 …HealthComponent->AddHealth(m_NumRestoredHealth, DamageType_None, Point(0, 0), m_pOwner->GetGUID()); in VOnApply()
304 … shared_ptr<EventData_Destroy_Actor> pEvent(new EventData_Destroy_Actor(m_pOwner->GetGUID())); in VOnApply()
358 …_Actor> pTeleportEvent(new EventData_Teleport_Actor(pActorWhoPickedThis->GetGUID(), m_Destination,… in VOnApply()
369 pActorWhoPickedThis->GetGUID(), in VOnApply()
376 shared_ptr<EventData_Destroy_Actor> pEvent(new EventData_Destroy_Actor(m_pOwner->GetGUID())); in VOnApply()
447 … shared_ptr<EventData_Destroy_Actor> pEvent(new EventData_Destroy_Actor(m_pOwner->GetGUID())); in VOnApply()
512 … shared_ptr<EventData_Destroy_Actor> pEvent(new EventData_Destroy_Actor(m_pOwner->GetGUID())); in VOnApply()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/EnemyAI/
H A DEnemyAIStateComponent.cpp438 m_pPhysics->VSetLinearSpeed(m_pOwner->GetGUID(), noSpeed); in VPostInit()
987 m_pOwner->GetGUID(), in VPostPostInit()
1245 m_pOwner->GetGUID()); in VOnAttackFrame()
1289 m_pOwner->GetGUID()); in VOnAttackFrame()
1335 m_pOwner->GetGUID()); in VOnAttackFrame()
1343 m_pOwner->GetGUID()); in VOnAttackFrame()
1390 m_pOwner->GetGUID()); in VOnAttackFrame()
1398 m_pOwner->GetGUID()); in VOnAttackFrame()
1480 m_pOwner->GetGUID(), in VPostPostInit()
1960 m_pPhysics->VSetLinearSpeed(m_pOwner->GetGUID(), speed); in VOnStateEnter()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/common/
H A Dbuffer.cc32 base::UnguessableToken BufferBacking::GetGUID() const { in GetGUID() function in gpu::BufferBacking
54 DCHECK_EQ(shared_memory_region_.GetGUID(), shared_memory_mapping_.guid()); in SharedMemoryBufferBacking()
65 base::UnguessableToken SharedMemoryBufferBacking::GetGUID() const { in GetGUID() function in gpu::SharedMemoryBufferBacking
66 return shared_memory_region_.GetGUID(); in GetGUID()
H A Dbuffer_unittest.cc16 auto shared_memory_guid = shared_memory_region.GetGUID(); in TEST()
19 EXPECT_EQ(buffer->backing()->GetGUID(), shared_memory_guid); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Dbuffer.cc32 base::UnguessableToken BufferBacking::GetGUID() const { in GetGUID() function in gpu::BufferBacking
54 DCHECK_EQ(shared_memory_region_.GetGUID(), shared_memory_mapping_.guid()); in SharedMemoryBufferBacking()
65 base::UnguessableToken SharedMemoryBufferBacking::GetGUID() const { in GetGUID() function in gpu::SharedMemoryBufferBacking
66 return shared_memory_region_.GetGUID(); in GetGUID()
H A Dbuffer_unittest.cc16 auto shared_memory_guid = shared_memory_region.GetGUID(); in TEST()
19 EXPECT_EQ(buffer->backing()->GetGUID(), shared_memory_guid); in TEST()
/dports/games/0ad/0ad-0.0.23b-alpha/source/network/
H A DNetServer.cpp75 if (session->GetGUID().empty()) in DebugName()
578 msg->m_GUID = m_Sessions[i]->GetGUID(); in CheckClientConnections()
701 m_HostGUID = session->GetGUID(); in OnUserJoin()
718 RemovePlayer(session->GetGUID()); in OnUserLeave()
881 { return session->GetGUID() == token; }); in ProcessLobbyAuth()
1179 message->m_GUID = session->GetGUID(); in OnChat()
1199 message->m_GUID = session->GetGUID(); in OnReady()
1285 if (session->GetCurrState() != NSS_INGAME && loadedSession->GetGUID() != session->GetGUID()) in OnLoadedGame()
1288 client.m_GUID = session->GetGUID(); in OnLoadedGame()
1360 message->m_GUID = session->GetGUID(); in OnRejoined()
[all …]
/dports/games/openjk/OpenJK-07675e2/codeJK2/icarus/
H A DTaskManager.cpp1206 Completed( task->GetGUID() ); in Print()
1297 Completed( task->GetGUID() ); in Remove()
1431 Completed( task->GetGUID() ); in Camera()
1490 Completed( task->GetGUID() ); in Kill()
1533 Completed( task->GetGUID() ); in Use()
1557 Completed( task->GetGUID() ); in DeclareVariable()
1580 Completed( task->GetGUID() ); in FreeVariable()
1603 Completed( task->GetGUID() ); in Signal()
1734 id = (*ti)->GetGUID(); in Save()
1764 id = (*tgi)->GetGUID(); in Save()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/icarus/
H A DTaskManager.cpp1204 Completed( task->GetGUID() ); in Print()
1295 Completed( task->GetGUID() ); in Remove()
1429 Completed( task->GetGUID() ); in Camera()
1488 Completed( task->GetGUID() ); in Kill()
1531 Completed( task->GetGUID() ); in Use()
1555 Completed( task->GetGUID() ); in DeclareVariable()
1578 Completed( task->GetGUID() ); in FreeVariable()
1601 Completed( task->GetGUID() ); in Signal()
1702 id = (*ti)->GetGUID(); in Save()
1722 id = (*tgi)->GetGUID(); in Save()
[all …]
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/UserInterface/ScoreScreen/
H A DScoreScreenProcesses.cpp113 new EventData_Destroy_Actor(pActor->GetGUID()))); in ~SpawnScoreRowProcess()
121 new EventData_Destroy_Actor(pActor->GetGUID()))); in ~SpawnScoreRowProcess()
188 m_pInitialScoreItemActor->GetGUID(), in VOnUpdate()
199 m_pInitialScoreItemActor->GetGUID(), in VOnUpdate()
404 m_pInitialScoreItemActor->GetGUID(), in ForceSpawnImmediately()
426 new EventData_Destroy_Actor((*iter)->GetGUID()))); in ForceSpawnImmediately()
524 …ventMgr::Get()->VTriggerEvent(IEventDataPtr(new EventData_Destroy_Actor(pSpawnedElem->GetGUID()))); in UpdateSpawnedScoreItemPositions()
532 …Get()->VTriggerEvent(IEventDataPtr(new EventData_Move_Actor(pSpawnedElem->GetGUID(), updatedPos))); in UpdateSpawnedScoreItemPositions()
/dports/games/openjk/OpenJK-07675e2/code/icarus/
H A DTaskManager.cpp1205 Completed( task->GetGUID() ); in Print()
1296 Completed( task->GetGUID() ); in Remove()
1429 Completed( task->GetGUID() ); in Camera()
1488 Completed( task->GetGUID() ); in Kill()
1531 Completed( task->GetGUID() ); in Use()
1555 Completed( task->GetGUID() ); in DeclareVariable()
1578 Completed( task->GetGUID() ); in FreeVariable()
1601 Completed( task->GetGUID() ); in Signal()
1727 id = (*ti)->GetGUID(); in Save()
1748 id = (*tgi)->GetGUID(); in Save()
[all …]
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/TriggerComponents/
H A DTriggerComponent.h46 void Deactivate() { m_pPhysics->VDeactivate(m_pOwner->GetGUID()); } in Deactivate()
47 void Activate() { m_pPhysics->VActivate(m_pOwner->GetGUID()); } in Activate()
48 void Destroy() { m_pPhysics->VRemoveActor(m_pOwner->GetGUID()); } in Destroy()
H A DBossStagerTriggerComponent.cpp176 …t()->VTriggerEvent(IEventDataPtr(new EventData_Move_Actor(m_pPopupTitleActor->GetGUID(), newPos))); in VUpdate()
210 …Mgr::Get()->VQueueEvent(IEventDataPtr(new EventData_Destroy_Actor(m_pPopupTitleActor->GetGUID()))); in VUpdate()
215 …t()->VTriggerEvent(IEventDataPtr(new EventData_Move_Actor(m_pPopupTitleActor->GetGUID(), newPos))); in VUpdate()
238 m_ActorWhoEnteredId = pActorWhoPickedThis->GetGUID(); in VOnActorEnteredTrigger()
275 … IEventMgr::Get()->VQueueEvent(IEventDataPtr(new EventData_Destroy_Actor(m_pOwner->GetGUID()))); in BossFightEndedDelegate()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/input_common/sdl/
H A Dsdl_impl.cpp32 std::string GetGUID(SDL_Joystick* joystick) { in GetGUID() function
126 const std::string& GetGUID() const { in GetGUID() function in InputCommon::SDL::SDLJoystick
187 const std::string guid = GetGUID(sdl_joystick); in GetSDLJoystickBySDLID()
221 const std::string guid = GetGUID(sdl_joystick); in InitJoystick()
246 const std::string guid = GetGUID(sdl_joystick); in CloseJoystick()
740 {"guid", joystick->GetGUID()}, in GetInputDevices()
748 {"guid", joystick->GetGUID()}, in GetInputDevices()
826 return BuildHatParamPackageForButton(joystick->GetPort(), joystick->GetGUID(), in SDLEventToButtonParamPackage()
855 return BuildHatParamPackageForButton(joystick->GetPort(), joystick->GetGUID(), in SDLEventToMotionParamPackage()
943 BuildParamPackageForBinding(joystick->GetPort(), joystick->GetGUID(), binding)); in GetButtonMappingForDevice()
[all …]
/dports/finance/gnucash/gnucash-4.9/bindings/python/example_scripts/rest-api/
H A Dgnucash_simple.py56 simple_vendor['guid'] = vendor.GetGUID().to_string()
74 simple_customer['guid'] = customer.GetGUID().to_string()
93 simple_transaction['guid'] = transaction.GetGUID().to_string()
134 simple_split['guid'] = split.GetGUID().to_string()
245 simple_entry['guid'] = entry.GetGUID().to_string()
292 simple_account['guid'] = account.GetGUID().to_string()

12345678910>>...22