MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / Render

Method Render

src/SB/Game/zNPCTypePrawn.cpp:803–809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801}
802
803void zNPCPrawn::Render()
804{
805 xNPCBasic::Render();
806 isCulled = 0;
807 beam.render();
808 zNPCPrawn::render_debug();
809}
810
811void zNPCPrawn::update_round()
812{

Callers

nothing calls this directly

Calls 3

render_debugFunction · 0.85
RenderFunction · 0.50
renderMethod · 0.45

Tested by

no test coverage detected