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

Method FreeInstance

LuaSTGPlus/GameObjectPool.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void GameObjectBentLaser::FreeInstance(GameObjectBentLaser* p)
152{
153 p->~GameObjectBentLaser();
154 s_GameObjectBentLaserPool.Free(p);
155}
156
157GameObjectBentLaser::GameObjectBentLaser()
158{

Callers

nothing calls this directly

Calls 2

~GameObjectBentLaserMethod · 0.80
FreeMethod · 0.80

Tested by

no test coverage detected