Difference between revisions of "GetWantBlocking"

From the CreationKit Wiki
Jump to navigation Jump to search
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]]

Latest revision as of 06:01, 26 April 2013


Syntax:

 [ActorID.]GetWantBlocking


Notes[edit | edit source]

  • 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[edit | edit source]

IsBlocking