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

Function zParamGetFloatList

src/SB/Game/zEnt.cpp:797–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795}
796
797S32 zParamGetFloatList(xModelAssetParam* param, U32 size, const char* tok, S32 count, F32* def,
798 F32* result)
799{
800 return zParamGetFloatList(param, size, (char*)tok, count, def, result);
801}
802
803S32 zParamGetFloatList(xModelAssetParam* param, U32 size, char* tok, S32 count, F32* def,
804 F32* result)

Callers 3

load_talk_filterFunction · 0.70
GetParmMethod · 0.70
ParseNonRandTalkMethod · 0.70

Calls 2

zParamGetStringFunction · 0.85
xStrParseFloatListFunction · 0.50

Tested by

no test coverage detected