C# Class RA.CompTool

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

Public Properties

Property Type Description
wasAutoEquipped bool
wearTicks int

Public Methods

Method Description
Allows ( string workType ) : bool
CompGetGizmosExtra ( ) : IEnumerable
Initialize ( CompProperties props ) : void
PostExposeData ( ) : void
ToolUseTick ( ) : void

Method Details

Allows() public method

public Allows ( string workType ) : bool
workType string
return bool

CompGetGizmosExtra() public method

public CompGetGizmosExtra ( ) : IEnumerable
return IEnumerable

Initialize() public method

public Initialize ( CompProperties props ) : void
props CompProperties
return void

PostExposeData() public method

public PostExposeData ( ) : void
return void

ToolUseTick() public method

public ToolUseTick ( ) : void
return void

Property Details

wasAutoEquipped public_oe property

public bool wasAutoEquipped
return bool

wearTicks public_oe property

public int wearTicks
return int