Loading...
Searching...
No Matches
AdventureSouls.ICritical Interface Reference

Detailed Description

interface for any character that can crit
checked when SoulsAttackAction.CanCritical is set and the attack receives input

Inheritance diagram for AdventureSouls.ICritical:
AdventureSouls.SoulsPlayerCharacter

Public Member Functions

bool TryCritical ()
 checks if a crit is possible and starts it if possible
if those are the case it returns true so the checking attack is not started
 

Member Function Documentation

◆ TryCritical()

bool AdventureSouls.ICritical.TryCritical ( )

checks if a crit is possible and starts it if possible
if those are the case it returns true so the checking attack is not started

Returns
true if a crit action has been started

Implemented in AdventureSouls.SoulsPlayerCharacter.