GetLastHitCritical

Revision as of 00:36, 4 February 2011 by imported>Yukichigai (→‎Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DescriptionEdit

GetLastHitCritical indicates whether the last time an actor was hit resulted in a critical strike. The information is available in the ON HIT script block.

SyntaxEdit

GetLastHitCritical

ExamplesEdit

if GetLastHitCritical ; Condition is true if last hit was a critical.

NotesEdit

  • Information is available in the OnHit and the OnHitWith block types.
  • This function is available in the Condition Item menu, but it is unclear if the function will behave correctly if used in this instance.

See AlsoEdit

ReferenceEdit