Difference between revisions of "GetWantBlocking"
Jump to navigation
Jump to search
no edit summary
imported>SJML Bot (Bot creating condition functions pages.) |
imported>Bot Owned |
||
Line 2: | Line 2: | ||
[[Category:Condition Functions]] | [[Category:Condition Functions]] | ||
'''Syntax:''' | |||
[''ActorID''.]GetWantBlocking | |||
== Notes == | |||
* While [[IsBlocking]] is if the actor is blocking or not, GetWantBlocking is instead if the actor wants to block, they may or may not actually be blocking (The actor could be Staggered, Paralysed, knocked down, or in any other state that would deny them from blocking and this function would still return true.) | |||
==See Also== | |||
[[IsBlocking]] |