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

Function zParamGetVector

src/SB/Game/zEnt.cpp:824–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824S32 zParamGetVector(xModelAssetParam* param, U32 size, const char* tok, xVec3 vec1, xVec3* vec2)
825{
826 return zParamGetVector(param, size, (char*)tok, vec1, vec2);
827}
828
829S32 zParamGetVector(xModelAssetParam* param, U32 size, char* tok, xVec3 vec1, xVec3* vec2)
830{

Callers 2

GetParmMethod · 0.70
ParseINIMethod · 0.70

Calls 3

zParamGetStringFunction · 0.85
xVec3CopyFunction · 0.85
xStrParseFloatListFunction · 0.50

Tested by

no test coverage detected