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

Function load_player_ini

src/SB/Game/zEntPlayer.cpp:3715–3723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3713}
3714
3715static void load_player_ini(zPlayerSettings& ps, xModelInstance& model, xModelAssetParam* modelass,
3716 U32 params_size)
3717{
3718 U32 count;
3719 count = count_talk_anims(model.Anim->Table);
3720 ps.talk_anims = count;
3721 count = load_talk_filter(ps.talk_filter, modelass, params_size, ps.talk_anims);
3722 ps.talk_filter_size = count;
3723}
3724
3725static void load_player_ini()
3726{

Callers

nothing calls this directly

Calls 3

count_talk_animsFunction · 0.85
load_talk_filterFunction · 0.70
zEntGetModelParamsFunction · 0.70

Tested by

no test coverage detected