C# Class RA.CompSlots

Inheritance: CompEquipmentGizmoProvider, IThingContainerOwner
Afficher le fichier Open project: RWA-Team/RimworldAscension

Méthodes publiques

Свойство Type Description
designatedThings List
slots ThingContainer

Méthodes publiques

Méthode Description
CompGetGizmosExtra ( ) : IEnumerable
GetContainer ( ) : ThingContainer
GetPosition ( ) : IntVec3
PostExposeData ( ) : void
PostPostApplyDamage ( DamageInfo dinfo, float totalDamageDealt ) : void
PostSpawnSetup ( ) : void
SwapEquipment ( ThingWithComps thing ) : void

Method Details

CompGetGizmosExtra() public méthode

public CompGetGizmosExtra ( ) : IEnumerable
Résultat IEnumerable

GetContainer() public méthode

public GetContainer ( ) : ThingContainer
Résultat ThingContainer

GetPosition() public méthode

public GetPosition ( ) : IntVec3
Résultat IntVec3

PostExposeData() public méthode

public PostExposeData ( ) : void
Résultat void

PostPostApplyDamage() public méthode

public PostPostApplyDamage ( DamageInfo dinfo, float totalDamageDealt ) : void
dinfo DamageInfo
totalDamageDealt float
Résultat void

PostSpawnSetup() public méthode

public PostSpawnSetup ( ) : void
Résultat void

SwapEquipment() public méthode

public SwapEquipment ( ThingWithComps thing ) : void
thing ThingWithComps
Résultat void

Property Details

designatedThings public_oe property

public List designatedThings
Résultat List

slots public_oe property

public ThingContainer slots
Résultat ThingContainer