Ability int

zoicelols

Member
I added the agility pack and the animations to my animator through the menu. I dont understand where the ability int parameter comes from for the dodge ability since i created a dodge ability, but it can only seemingly send ability index parameters. I see the ability int parameter pop up in the debug logs when i dodge though.
 
The int data is retrieved from the AbilityIntData which is called when the ability starts.
 
Yes - the int data specifies the direction that the character should dodge which is determined through code.
 
Top