Difference between revisions of "GetWantBlocking"
Jump to navigation
Jump to search
m
no edit summary
imported>Bot Owned |
imported>Bot Owned m |
||
Line 8: | Line 8: | ||
== Notes == | == 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.) | * 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(1).) | ||
==See Also== | ==See Also== | ||
[[IsBlocking]] | [[IsBlocking]] |