GetLastHitCritical
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.