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

Function get_hook_model

src/SB/Game/zEntPlayerBungeeState.cpp:732–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730 {
731 }
732 static xModelInstance* get_hook_model()
733 {
734 if (shared.hook == NULL || shared.hook->ent == NULL)
735 {
736 return NULL;
737 }
738 return shared.hook->ent->model;
739 }
740 static void fade_hook_reset()
741 {
742 if ((shared.flags & 0x60) == 0)

Callers 4

fade_hook_resetFunction · 0.85
fade_hook_outFunction · 0.85
fade_hook_inFunction · 0.85
fade_hook_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected