C# Class ToolsForHaul.Vehicle_Cart

Inheritance: ThingWithComps, IThingContainerOwner
Afficher le fichier Open project: BBream/ToolsForHaul Class Usage Examples

Méthodes publiques

Свойство Type Description
allowances ThingFilter
mountableComp CompMountable
storage ThingContainer

Méthodes publiques

Méthode Description
Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void
DrawAt ( Vector3 drawLoc ) : void
ExposeData ( ) : void
GetContainer ( ) : ThingContainer
GetFloatMenuOptions ( Pawn myPawn ) : IEnumerable
GetGizmos ( ) : IEnumerable
GetInspectString ( ) : string
GetPosition ( ) : IntVec3
SpawnSetup ( ) : void
Tick ( ) : void

Vehicle_Cart ( ) : System

Private Methods

Méthode Description
UpdateGraphics ( ) : void

Method Details

Destroy() public méthode

public Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void
mode DestroyMode
Résultat void

DrawAt() public méthode

public DrawAt ( Vector3 drawLoc ) : void
drawLoc Vector3
Résultat void

ExposeData() public méthode

public ExposeData ( ) : void
Résultat void

GetContainer() public méthode

public GetContainer ( ) : ThingContainer
Résultat ThingContainer

GetFloatMenuOptions() public méthode

public GetFloatMenuOptions ( Pawn myPawn ) : IEnumerable
myPawn Pawn
Résultat IEnumerable

GetGizmos() public méthode

public GetGizmos ( ) : IEnumerable
Résultat IEnumerable

GetInspectString() public méthode

public GetInspectString ( ) : string
Résultat string

GetPosition() public méthode

public GetPosition ( ) : IntVec3
Résultat IntVec3

SpawnSetup() public méthode

public SpawnSetup ( ) : void
Résultat void

Tick() public méthode

public Tick ( ) : void
Résultat void

Vehicle_Cart() public méthode

public Vehicle_Cart ( ) : System
Résultat System

Property Details

allowances public_oe property

public ThingFilter allowances
Résultat ThingFilter

mountableComp public_oe property

public CompMountable,ToolsForHaul mountableComp
Résultat CompMountable

storage public_oe property

public ThingContainer storage
Résultat ThingContainer