-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[treyarc] [T6] missing animation syntax #221
Comments
yes @JezuzLizard found this missing syntax in SP scripts |
Yeah SP makes use of this syntax because they want to reference multiple different animtrees in the same function.
is used as a file scope where functions defined after it implicitly resolve anims from that animtree. There is an alternative solution where you store the anims in variables since the animtree is only needed to be known when the anim is initialized. Although you'd still need to initialize the variables in separate functions as without the syntax that SP scripts use to explicitly reference an animtree. |
fixed #227 |
TODO: investigate namespace syntax for animtrees
sample:
context:
The text was updated successfully, but these errors were encountered: