Riwmorld
RimWorld.Designator_Build Class Reference
Inheritance diagram for RimWorld.Designator_Build:
RimWorld.Designator_Place Verse.Designator Verse.Command Verse.Gizmo

Public Member Functions

 Designator_Build (BuildableDef entDef)
 
override AcceptanceReport CanDesignateCell (IntVec3 c)
 
override void DesignateSingleCell (IntVec3 c)
 
override void DrawMouseAttachments ()
 
override void DrawPanelReadout (ref float curY, float width)
 
override void ProcessInput (Event ev)
 
void ResetStuffToDefault ()
 
override void SelectedUpdate ()
 
void SetStuffDef (ThingDef stuffDef)
 
- Public Member Functions inherited from RimWorld.Designator_Place
override void DoExtraGuiControls (float leftX, float bottomY)
 
override void Selected ()
 
override void SelectedUpdate ()
 
- Public Member Functions inherited from Verse.Designator
virtual AcceptanceReport CanDesignateThing (Thing t)
 
virtual bool CanRemainSelected ()
 
virtual string DescReverseDesignating (Thing t)
 
virtual void DesignateMultiCell (IEnumerable< IntVec3 > cells)
 
virtual void DesignateThing (Thing t)
 
void Finalize (bool somethingSucceeded)
 
virtual Texture2D IconReverseDesignating (Thing t)
 
virtual string LabelCapReverseDesignating (Thing t)
 
override void ProcessInput (Event ev)
 
virtual void Rotate (RotationDirection rotDir)
 
- Public Member Functions inherited from Verse.Command
override int GetHashCode ()
 
override GizmoResult GizmoOnGUI (Vector2 topLeft)
 
override bool GroupsWith (Gizmo other)
 
override string ToString ()
 
- Public Member Functions inherited from Verse.Gizmo
void Disable (string reason=null)
 
virtual bool InheritInteractionsFrom (Gizmo other)
 

Protected Attributes

BuildableDef entDef
 
- Protected Attributes inherited from RimWorld.Designator_Place
Rot4 placingRot = Rot4.North
 
- Protected Attributes inherited from Verse.Designator
bool useMouseIcon
 
SoundDef soundSucceeded
 
SoundDef soundFailed = SoundDefOf.DesignateFailed
 
string cachedHighlightTag
 

Properties

override string Desc [get]
 
override bool DragDrawMeasurements [get]
 
override int DraggableDimensions [get]
 
override string HighlightTag [get]
 
override Color IconDrawColor [get]
 
override string Label [get]
 
override BuildableDef PlacingDef [get]
 
override bool Visible [get]
 
- Properties inherited from RimWorld.Designator_Place
abstract BuildableDef PlacingDef [get]
 
- Properties inherited from Verse.Designator
override bool DoTooltip [get]
 
virtual bool DragDrawMeasurements [get]
 
virtual int DraggableDimensions [get]
 
override string HighlightTag [get]
 
Verse.Map Map [get]
 
string TutorTagDesignate [get]
 
override string TutorTagSelect [get]
 
- Properties inherited from Verse.Command
virtual SoundDef CurActivateSound [get]
 
virtual string Desc [get]
 
virtual bool DoTooltip [get]
 
virtual string HighlightTag [get]
 
virtual Color IconDrawColor [get]
 
virtual string Label [get]
 
virtual string LabelCap [get]
 
virtual string TutorTagSelect [get]
 
override float Width [get]
 
- Properties inherited from Verse.Gizmo
virtual bool Visible [get]
 
abstract float Width [get]
 

Additional Inherited Members

- Public Attributes inherited from Verse.Designator
SoundDef soundDragSustain
 
SoundDef soundDragChanged
 
- Public Attributes inherited from Verse.Command
string defaultLabel
 
string defaultDesc = "No description."
 
Texture2D icon
 
Vector2 iconProportions = Vector2.one
 
Rect iconTexCoords = new Rect(0f, 0f, 1f, 1f)
 
float iconDrawScale = 1f
 
Color defaultIconColor = Color.white
 
KeyBindingDef hotKey
 
SoundDef activateSound
 
int groupKey
 
string tutorTag = "TutorTagNotSet"
 
- Public Attributes inherited from Verse.Gizmo
const float Height = 75f
 
bool disabled
 
string disabledReason
 
- Static Public Attributes inherited from Verse.Command
static readonly Texture2D BGTex
 
- Protected Member Functions inherited from RimWorld.Designator_Place
virtual void DrawGhost (Color ghostCol)
 
- Protected Member Functions inherited from Verse.Designator
bool CheckCanInteract ()
 
virtual void FinalizeDesignationFailed ()
 
virtual void FinalizeDesignationSucceeded ()
 
- Static Protected Attributes inherited from RimWorld.Designator_Place
static float middleMouseDownTime
 

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