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

Function _xCheckAnimName

src/SB/Core/x/xAnim.cpp:338–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338static bool _xCheckAnimName(const char* name, const char* pattern, char* extra)
339{
340 S32 patternSize, nameOut;
341 U8 rc;
342
343 *extra = 1;
344 patternSize = strlen(pattern);
345
346 rc = _xCheckAnimNameInner(name, pattern, patternSize, extra, &nameOut, NULL);
347
348 return (rc && name[nameOut] == '\0');
349}
350
351void xAnimInit()
352{

Callers 1

_xAnimTableAddTransitionFunction · 0.85

Calls 1

_xCheckAnimNameInnerFunction · 0.70

Tested by

no test coverage detected