Riwmorld
Verse.Pawn_CarryTracker Class Reference
Inheritance diagram for Verse.Pawn_CarryTracker:
Verse.IExposable Verse.IThingContainerOwner

Public Member Functions

 Pawn_CarryTracker (Pawn pawn)
 
int AvailableStackSpace (ThingDef td)
 
void CarryHandsTick ()
 
void DestroyCarriedThing ()
 
void ExposeData ()
 
ThingContainer GetInnerContainer ()
 
Map GetMap ()
 
IntVec3 GetPosition ()
 
int MaxStackSpaceEver (ThingDef td)
 
void NotifyBuildingsItemLost (Thing item)
 
bool TryDropCarriedThing (IntVec3 dropLoc, ThingPlaceMode mode, out Thing resultingThing, Action< Thing, int > placedAction=null)
 
bool TryDropCarriedThing (IntVec3 dropLoc, int count, ThingPlaceMode mode, out Thing resultingThing, Action< Thing, int > placedAction=null)
 
bool TryStartCarry (Thing item)
 
int TryStartCarry (Thing item, int count)
 

Public Attributes

Pawn pawn
 
ThingContainer innerContainer
 

Properties

Thing CarriedThing [get]
 
bool Full [get]
 
bool Spawned [get]
 
- Properties inherited from Verse.IThingContainerOwner
bool Spawned [get]
 

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