#alt casts

1 messages · Page 1 of 1 (latest)

pseudo helm
#

so i saw this exists now, any new API for this or does it return true for getautocaststate still?

junior marshBOT
pseudo helm
#

noticed my textures are changing too, is that anything i have to do or is it linked to doom himself

nimble sonnet
#

no clue, i dont actually play dota anymore

nimble sonnet
#

by textures you mean ability textures right?
assuming there isnt some other method, you could just use that function in GetAbilityTextureName

pseudo helm
#

my icons are going black when i alt cast

#

i override vanilla abilities, i assume it has smth to do with that

wise river
#

there is IsDotaCtrlPressed function you can use inside GetAbilityTextureName, but you still need to know current state. I can't find anything specific to alt cast, I would assume it still uses GetAutoCastState

pseudo helm
#

After testing it does not use getautocaststate

#

Making the behavior useless for custom games because as far as i can tell no api was implemented for the alt cast state

wise river
#

GetToggleState maybe? But it would make sense for them to separate this, so probably you are right.

#

ask them to add it I guess PepeSmile