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

Method DeathRayRender

src/SB/Game/zNPCGoalRobo.cpp:1221–1228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1219}
1220
1221void zNPCGoalAlertFodBzzt::DeathRayRender()
1222{
1223 RwRGBA unkColor = this->rgba_deathRay;
1224 unkColor.alpha = 0x20;
1225
1226 zNPCFodBzzt::laser.ColorSet(&this->rgba_deathRay, &unkColor);
1227 zNPCFodBzzt::laser.Render(&this->pos_laserSource, &this->pos_laserTarget);
1228}
1229
1230S32 zNPCGoalAlertChomper::Enter(F32 dt, void* updCtxt)
1231{

Callers

nothing calls this directly

Calls 2

ColorSetMethod · 0.45
RenderMethod · 0.45

Tested by

no test coverage detected