Riwmorld
|
Public Member Functions | |
LocalTargetInfo (Verse.Thing thing) | |
LocalTargetInfo (IntVec3 cell) | |
override bool | Equals (object obj) |
bool | Equals (LocalTargetInfo other) |
override int | GetHashCode () |
GlobalTargetInfo | ToGlobalTargetInfo (Map map) |
override string | ToString () |
TargetInfo | ToTargetInfo (Map map) |
Static Public Member Functions | |
static bool | operator== (LocalTargetInfo a, LocalTargetInfo b) |
static | operator IntVec3 (LocalTargetInfo targ) |
static | operator Thing (LocalTargetInfo targ) |
static implicit | operator LocalTargetInfo (Verse.Thing t) |
static implicit | operator LocalTargetInfo (IntVec3 c) |
static bool | operator!= (LocalTargetInfo a, LocalTargetInfo b) |
Properties | |
IntVec3 | Cell [get] |
Vector3 | CenterVector3 [get] |
bool | HasThing [get] |
static LocalTargetInfo | Invalid [get] |
bool | IsValid [get] |
Verse.Thing | Thing [get] |
bool | ThingDestroyed [get] |