MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / Stop

Method Stop

extensions/olcPGEX_RayCastWorld.h:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239
240
241void olc::rcw::Object::Stop()
242{
243 fSpeed = 0;
244 vel = { 0,0 };
245}
246
247olc::rcw::Engine::Engine(const int screen_w, const int screen_h, const float fov) :
248 vScreenSize(screen_w, screen_h),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected