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

Function xAnimTableAddTransition

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

Source from the content-addressed store, hash-verified

1019}
1020
1021void xAnimTableAddTransition(xAnimTable* table, xAnimTransition* tran, const char* source)
1022{
1023 _xAnimTableAddTransition(table, tran, source, NULL);
1024}
1025
1026xAnimTransition* xAnimTableNewTransition(xAnimTable* table, const char* source, const char* dest,
1027 xAnimTransitionConditionalCallback conditional,

Callers 4

zPatrick_AnimTableFunction · 0.85
zEntPlayer_AnimTableFunction · 0.85

Calls 1

_xAnimTableAddTransitionFunction · 0.70

Tested by

no test coverage detected