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

Method SetAlpha

src/SB/Game/zNPCHazard.cpp:279–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279void NPCHazard::SetAlpha(F32 alpha)
280{
281 if (this->mdl_hazard == NULL)
282 {
283 return;
284 }
285 this->mdl_hazard->Flags |= 0x4000;
286 this->mdl_hazard->Alpha = alpha;
287}
288
289S32 NPCHazard::ColPlyrSphere(F32 rad)
290{

Callers 1

ProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected