Riwmorld
RimWorld.DropPodLeaving Class Reference
Inheritance diagram for RimWorld.DropPodLeaving:
Verse.Thing RimWorld.IActiveDropPod Verse.IThingContainerOwner Verse.Entity Verse.ILoadReferenceable Verse.IExposable Verse.ISelectable Verse.IThingContainerOwner

Public Member Functions

ActiveDropPodInfo JustDecompileGenerated_get_Contents ()
 
void JustDecompileGenerated_set_Contents (ActiveDropPodInfo value)
 
override void DrawAt (Vector3 drawLoc)
 
override void ExposeData ()
 
ThingContainer GetInnerContainer ()
 
Verse.Map GetMap ()
 
IntVec3 GetPosition ()
 
override void PostMake ()
 
override void Tick ()
 
- Public Member Functions inherited from Verse.Thing
virtual bool BlocksPawn (Pawn p)
 
virtual IEnumerable< ThingButcherProducts (Pawn butcher, float efficiency)
 
virtual bool CanStackWith (Thing other)
 
void ClearMapReferencesToMeForDestroy (Verse.Map map)
 
void DecrementMapIndex ()
 
override void DeSpawn ()
 
virtual void Destroy (DestroyMode mode=0)
 
virtual void Discard ()
 
virtual void Draw ()
 
virtual void DrawExtraSelectionOverlays ()
 
virtual void DrawGUIOverlay ()
 
virtual string GetDescription ()
 
virtual IEnumerable< FloatMenuOptionGetFloatMenuOptions (Pawn selPawn)
 
virtual IEnumerable< GizmoGetGizmos ()
 
override int GetHashCode ()
 
virtual string GetInspectString ()
 
virtual string GetInspectStringLowPriority ()
 
virtual IEnumerable< InspectTabBaseGetInspectTabs ()
 
virtual TipSignal GetTooltip ()
 
string GetUniqueLoadID ()
 
float Ingested (Pawn ingester, float nutritionWanted)
 
virtual void Notify_ColorChanged ()
 
void Notify_MyMapRemoved ()
 
virtual void PostApplyDamage (DamageInfo dinfo, float totalDamageDealt)
 
virtual void PostMapInit ()
 
virtual void PreApplyDamage (DamageInfo dinfo, out bool absorbed)
 
virtual void PreTraded (TradeAction action, Pawn playerNegotiator, ITrader trader)
 
virtual bool PreventPlayerSellingThingsNearby (out string reason)
 
virtual void Print (SectionLayer layer)
 
virtual void SetFaction (RimWorld.Faction newFaction, Pawn recruiter=null)
 
void SetFactionDirect (RimWorld.Faction newFaction)
 
void SetPositionDirect (IntVec3 newPos)
 
void SetStuffDirect (ThingDef newStuff)
 
virtual IEnumerable< ThingSmeltProducts (float efficiency)
 
override void SpawnSetup (Verse.Map map)
 
virtual Thing SplitOff (int count)
 
void TakeDamage (DamageInfo dinfo)
 
override string ToString ()
 
virtual bool TryAbsorbStack (Thing other, bool respectStackLimit)
 
- Public Member Functions inherited from Verse.Entity
abstract void SpawnSetup (Map map)
 
virtual void TickLong ()
 
virtual void TickRare ()
 
override string ToString ()
 

Public Attributes

int groupID = -1
 
int destinationTile = -1
 
IntVec3 destinationCell = IntVec3.Invalid
 
PawnsArriveMode arriveMode
 
bool attackOnArrival
 
- Public Attributes inherited from Verse.Thing
ThingDef def
 
int thingIDNumber = -1
 
int stackCount = 1
 
ThingContainer holdingContainer
 

Properties

ActiveDropPodInfo Contents [get, set]
 
override Vector3 DrawPos [get]
 
- Properties inherited from Verse.Thing
bool Destroyed [get]
 
bool Discarded [get]
 
virtual Color DrawColor [get, set]
 
virtual Color DrawColorTwo [get]
 
virtual Vector3 DrawPos [get]
 
RimWorld.Faction Faction [get]
 
bool FlammableNow [get]
 
virtual Verse.Graphic Graphic [get]
 
virtual int HitPoints [get, set]
 
virtual bool IngestibleNow [get]
 
virtual IntVec3 InteractionCell [get]
 
override string Label [get]
 
override string LabelCap [get]
 
virtual string LabelCapNoCount [get]
 
virtual string LabelNoCount [get]
 
override string LabelShort [get]
 
Verse.Map Map [get]
 
Verse.Map MapHeld [get]
 
float MarketValue [get]
 
int MaxHitPoints [get]
 
IntVec3 Position [get, set]
 
IntVec3 PositionHeld [get]
 
IntVec2 RotatedSize [get]
 
Rot4 Rotation [get, set]
 
bool Smeltable [get]
 
bool Spawned [get]
 
virtual IEnumerable< StatDrawEntrySpecialDisplayStats [get]
 
ThingDef Stuff [get]
 
string ThingID [get, set]
 
- Properties inherited from Verse.Entity
abstract string Label [get]
 
abstract string LabelCap [get]
 
virtual string LabelMouseover [get]
 
virtual string LabelShort [get]
 
- Properties inherited from RimWorld.IActiveDropPod
ActiveDropPodInfo Contents [get]
 
- Properties inherited from Verse.IThingContainerOwner
bool Spawned [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from Verse.Thing
static int IDNumberFromThingID (string thingID)
 
static IntVec3 InteractionCellWhenAt (ThingDef def, IntVec3 center, Rot4 rot, Verse.Map map)
 
- Static Public Attributes inherited from Verse.Thing
static bool allowDestroyNonDestroyable
 
- Protected Member Functions inherited from Verse.Thing
virtual void IngestedCalculateAmounts (Pawn ingester, float nutritionWanted, out int numTaken, out float nutritionIngested)
 
virtual void PostIngested (Pawn ingester)
 
- Protected Attributes inherited from Verse.Thing
RimWorld.Faction factionInt
 

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