Riwmorld
RimWorld.Pawn_ApparelTracker Class Reference
Inheritance diagram for RimWorld.Pawn_ApparelTracker:
Verse.IExposable

Public Member Functions

 Pawn_ApparelTracker (Pawn pawn)
 
void ApparelTrackerTick ()
 
void ApparelTrackerTickRare ()
 
bool BodyPartGroupIsCovered (BodyPartGroupDef bp)
 
bool CanWearWithoutDroppingAnything (ThingDef apDef)
 
void DestroyAll (DestroyMode mode=0)
 
void DropAll (IntVec3 pos, bool forbid=true)
 
void ExposeData ()
 
IEnumerable< GizmoGetGizmos ()
 
void HasBasicApparel (out bool hasPants, out bool hasShirt)
 
void Notify_LostBodyPart ()
 
void Notify_PawnKilled (DamageInfo? dinfo)
 
void Remove (Apparel ap)
 
bool TryDrop (Apparel ap, out Apparel resultingAp)
 
bool TryDrop (Apparel ap, out Apparel resultingAp, IntVec3 pos, bool forbid=true)
 
void Wear (Apparel newApparel, bool dropReplacedApparel=true)
 

Public Attributes

Pawn pawn
 

Properties

bool PsychologicallyNude [get]
 
List< ApparelWornApparel [get]
 
int WornApparelCount [get]
 
IEnumerable< ApparelWornApparelInDrawOrder [get]
 

The documentation for this class was generated from the following file: