Fuffles Posted December 5, 2017 Share Posted December 5, 2017 AnimState, which File does contain it? and no I don't mean what its code name is or anything else just its location in the games files. I need to see what it consists of and what is used in it Link to comment https://forums.kleientertainment.com/forums/topic/85133-animstate/ Share on other sites More sharing options...
JohnWatson Posted December 5, 2017 Share Posted December 5, 2017 you can try entering this into your console for k,v in pairs(getmetatable(ThePlayer.AnimState).__index) do print(k,v) end 2 Link to comment https://forums.kleientertainment.com/forums/topic/85133-animstate/#findComment-981511 Share on other sites More sharing options...
CarlZalph Posted December 5, 2017 Share Posted December 5, 2017 1 hour ago, FuffledBeeQueen said: AnimState, which File does contain it? and no I don't mean what its code name is or anything else just its location in the games files. I need to see what it consists of and what is used in it It's all done on the C-side, and if you do what John suggests then you can get a listing of available function names to mess with or look in the scripts folder for example uses. Link to comment https://forums.kleientertainment.com/forums/topic/85133-animstate/#findComment-981525 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now