C# Class OutpostGenerator.OG_OutpostData

OG_OutpostData class.
Mostrar archivo Open project: Rikiki123456789/Rimworld Class Usage Examples

Public Properties

Property Type Description
areaSouthWestOrigin IntVec3
battleOccured bool
dropZoneCenter IntVec3
isInhabited bool
isMilitary bool
isRuined bool
landingPadCenter IntVec3
landingPadRotation Rot4
outpostThingList List
size OG_OutpostSize
triggerIntrusion TriggerIntrusion

Property Details

areaSouthWestOrigin public_oe property

public IntVec3 areaSouthWestOrigin
return IntVec3

battleOccured public_oe property

public bool battleOccured
return bool

dropZoneCenter public_oe property

public IntVec3 dropZoneCenter
return IntVec3

isInhabited public_oe property

public bool isInhabited
return bool

isMilitary public_oe property

public bool isMilitary
return bool

isRuined public_oe property

public bool isRuined
return bool

landingPadCenter public_oe property

public IntVec3 landingPadCenter
return IntVec3

landingPadRotation public_oe property

public Rot4 landingPadRotation
return Rot4

outpostThingList public_oe property

public List outpostThingList
return List

size public_oe property

public OG_OutpostSize size
return OG_OutpostSize

triggerIntrusion public_oe property

public TriggerIntrusion,OutpostGenerator triggerIntrusion
return TriggerIntrusion