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

Function reset_model_args

src/SB/Core/x/xFont.cpp:1093–1100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1091 }
1092
1093 void reset_model_args(model_args& ma)
1094 {
1095 ma.model = NULL;
1096 ma.rot = xVec3::m_Null;
1097 ma.dst = basic_rect<F32>::m_Unit;
1098 ma.off.x = ma.off.y = 1.0f;
1099 ma.scale = model_args::SCALE_FONT;
1100 }
1101
1102 void load_model_args(model_args& ma, const substr& s)
1103 {

Callers 2

start_layoutFunction · 0.85
reset_tag_modelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected