Home
last modified time | relevance | path

Searched refs:msDiff (Results 76 – 91 of 91) sorted by relevance

1234

/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/EnemyAI/
H A DEnemyAIComponent.h28 virtual void VUpdate(uint32 msDiff) override;
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/
H A DAnimation.h46 void Update(uint32 msDiff);
H A DAnimationComponent.cpp245 void AnimationComponent::VUpdate(uint32 msDiff) in VUpdate() argument
249 _currentAnimation->Update(msDiff); in VUpdate()
H A DLocalAmbientSoundComponent.cpp64 void LocalAmbientSoundComponent::VUpdate(uint32 msDiff) in VUpdate() argument
H A DAnimationComponent.h75 virtual void VUpdate(uint32 msDiff) override;
H A DPhysicsComponent.h24 virtual void VUpdate(uint32 msDiff) override;
H A DControllableComponent.h120 virtual void VUpdate(uint32 msDiff) override;
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/UserInterface/
H A DConsole.h59 void OnUpdate(uint32_t msDiff);
H A DConsole.cpp373 void Console::OnUpdate(uint32_t msDiff) in OnUpdate() argument
382 _animationOffsetY -= (double)msDiff * m_ConsosleToggleSpeed; in OnUpdate()
390 _animationOffsetY += (double)msDiff * m_ConsosleToggleSpeed; in OnUpdate()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/
H A DActor.h27 void Update(uint32_t msDiff);
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Physics/
H A DClawPhysics.h24 virtual void VOnUpdate(const uint32_t msDiff) override;
160 virtual void VOnUpdate(const uint32_t msDiff) override { } in VOnUpdate() argument
H A DClawPhysics.cpp393 void ClawPhysics::VOnUpdate(const uint32 msDiff) in VOnUpdate() argument
397 m_pWorld->Step(msDiff / 1000.0f, 10, 8); in VOnUpdate()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/AIComponents/
H A DTogglePegAIComponent.cpp88 void TogglePegAIComponent::VUpdate(uint32 msDiff) in VUpdate() argument
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/PickupComponents/
H A DPickupComponent.h47 virtual void VUpdate(uint32 msDiff) override;
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/GameApp/
H A DBaseGameLogic.h66 virtual void VOnUpdate(uint32 msDiff);
/dports/devel/sonarqube-community/sonarqube-9.2.4.50792/web/js/
H A DoutZ4QEXPZ4.js.map4 … const msDiff = Math.abs(graphEndDate.valueOf() - graphStartDate.valueOf());\n // 12 hours m…

1234