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

Method fx_render

src/SB/Game/zEntPlayerOOBState.cpp:914–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912}
913
914void oob_state::fx_render()
915{
916 if ((shared.flags & 0x3) != 3)
917 {
918 return;
919 }
920
921 if (shared.control && shared.fade_alpha < 1.0f)
922 {
923 render_fade();
924 render_ghost();
925 }
926
927 if (shared.render_hand && shared.model != NULL)
928 {
929 render_hand();
930 }
931}
932
933void oob_state::force_start()
934{

Callers

nothing calls this directly

Calls 3

render_handFunction · 0.85
render_fadeFunction · 0.70
render_ghostFunction · 0.70

Tested by

no test coverage detected