Riwmorld
|
Public Member Functions | |
Pawn_EquipmentTracker (Pawn newPawn) | |
void | AddEquipment (ThingWithComps newEq) |
void | DestroyAllEquipment (DestroyMode mode=0) |
void | DestroyEquipment (ThingWithComps eq) |
void | DropAllEquipment (IntVec3 pos, bool forbid=true) |
void | EquipmentTrackerTick () |
void | ExposeData () |
IEnumerable< Gizmo > | GetGizmos () |
bool | HasAnything () |
void | MakeRoomFor (ThingWithComps eq) |
void | Remove (ThingWithComps eq) |
bool | TryDropEquipment (ThingWithComps eq, out ThingWithComps resultingEq, IntVec3 pos, bool forbid=true) |
bool | TryStartAttack (LocalTargetInfo targ) |
bool | TryTransferEquipmentToContainer (ThingWithComps eq, ThingContainer container, out ThingWithComps resultingEq) |
Properties | |
List< ThingWithComps > | AllEquipment [get] |
IEnumerable< Verb > | AllEquipmentVerbs [get] |
ThingWithComps | Primary [get] |
CompEquippable | PrimaryEq [get] |