MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / SetInactive

Method SetInactive

LuaSTGPlus/ResourceMgr.h:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 m_fAge = 0.f;
241 }
242 void SetInactive()LNOEXCEPT
243 {
244 m_iStatus = Status::Sleep;
245 }
246 void SetCenter(fcyVec2 pos)LNOEXCEPT
247 {
248 if (m_iStatus == Status::Alive)

Callers 3

ChangeResourceMethod · 0.80
DoFrameMethod · 0.80
ParticleStopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected