Method | Description | |
---|---|---|
Gorehowl ( int id = -1 ) : System | ||
TakeDamage ( int damage ) : void | ||
TakeDamage ( int damage, bool forceUseBaseImplementation ) : void |
Allows the caller to force use the base implementation of TakeDamage
|
public TakeDamage ( int damage, bool forceUseBaseImplementation ) : void | ||
damage | int | The damage to deal |
forceUseBaseImplementation | bool | Whether or not to use base implementation |
return | void |