C# Class RA.Dummy

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

Public Properties

Property Type Description
allowedPawns List
allowedPawns_Transfer List

Public Methods

Method Description
CopySettings ( ) : void
ExposeData ( ) : void
GetFloatMenuOptions ( Pawn pawn ) : IEnumerable
GetGizmos ( ) : IEnumerable
GetInspectString ( ) : string
PasteSettings ( ) : void
PawnHasNeeds ( Pawn pawn ) : bool
PostApplyDamage ( DamageInfo dinfo, float totalDamageDealt ) : void
Tick ( ) : void
TryAssignTraining ( ) : void

Method Details

CopySettings() public method

public CopySettings ( ) : void
return void

ExposeData() public method

public ExposeData ( ) : void
return void

GetFloatMenuOptions() public method

public GetFloatMenuOptions ( Pawn pawn ) : IEnumerable
pawn Pawn
return IEnumerable

GetGizmos() public method

public GetGizmos ( ) : IEnumerable
return IEnumerable

GetInspectString() public method

public GetInspectString ( ) : string
return string

PasteSettings() public method

public PasteSettings ( ) : void
return void

PawnHasNeeds() public method

public PawnHasNeeds ( Pawn pawn ) : bool
pawn Pawn
return bool

PostApplyDamage() public method

public PostApplyDamage ( DamageInfo dinfo, float totalDamageDealt ) : void
dinfo DamageInfo
totalDamageDealt float
return void

Tick() public method

public Tick ( ) : void
return void

TryAssignTraining() public method

public TryAssignTraining ( ) : void
return void

Property Details

allowedPawns public_oe property

public List allowedPawns
return List

allowedPawns_Transfer public_oe static_oe property

public static List allowedPawns_Transfer
return List