C# Class RA.Shield

Inheritance: Apparel
Mostra file Open project: RWA-Team/RimworldAscension

Public Properties

Property Type Description
SoundAbsorbDamage SoundDef
SoundBreak SoundDef

Public Methods

Method Description
AllowVerbCast ( IntVec3 root, TargetInfo targ ) : bool
Break ( ) : void
CheckPreAbsorbDamage ( DamageInfo dInfo ) : bool
DrawWornExtras ( ) : void
GetWornGizmos ( ) : IEnumerable
ThrowAbsorbationEffects ( DamageInfo dinfo ) : void
TryAbsorbDamage ( DamageInfo dinfo ) : bool

Method Details

AllowVerbCast() public method

public AllowVerbCast ( IntVec3 root, TargetInfo targ ) : bool
root IntVec3
targ TargetInfo
return bool

Break() public method

public Break ( ) : void
return void

CheckPreAbsorbDamage() public method

public CheckPreAbsorbDamage ( DamageInfo dInfo ) : bool
dInfo DamageInfo
return bool

DrawWornExtras() public method

public DrawWornExtras ( ) : void
return void

GetWornGizmos() public method

public GetWornGizmos ( ) : IEnumerable
return IEnumerable

ThrowAbsorbationEffects() public method

public ThrowAbsorbationEffects ( DamageInfo dinfo ) : void
dinfo DamageInfo
return void

TryAbsorbDamage() public method

public TryAbsorbDamage ( DamageInfo dinfo ) : bool
dinfo DamageInfo
return bool

Property Details

SoundAbsorbDamage public_oe static_oe property

public static SoundDef SoundAbsorbDamage
return SoundDef

SoundBreak public_oe static_oe property

public static SoundDef SoundBreak
return SoundDef