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

Function NPCC_aimMiss

src/SB/Game/zNPCSupport.cpp:678–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676}
677
678void NPCC_aimMiss(xVec3* dir_aim, xVec3* pos_src, xVec3* pos_tgt, F32 dst_miss, xVec3* pos_miss)
679{
680 NPCC_aimVary(dir_aim, pos_src, pos_tgt, dst_miss, 8, pos_miss);
681}
682
683F32 NPCC_aimVary(xVec3* dir_aim, xVec3* pos_src, xVec3* pos_tgt, F32 dst_vary, S32 flg_vary,
684 xVec3* pos_aimPoint)

Callers

nothing calls this directly

Calls 1

NPCC_aimVaryFunction · 0.70

Tested by

no test coverage detected