C# Class PrisonersAndSlaves.Building_RoomMarker

Inheritance: Building
Show file Open project: ForsakenShell/Es-Small-Mods

Public Properties

Property Type Description
LastMonitoredTick int
MonitorUntilTick int
compRemote CompRemotelyObservable
markerName string

Public Methods

Method Description
DrawExtraSelectionOverlays ( ) : void
DrawGUIOverlay ( ) : void
ExposeData ( ) : void
QueueRoomUpdate ( ) : void
SpawnSetup ( ) : void
Tick ( ) : void
TickRare ( ) : void

Protected Methods

Method Description
ReceiveCompSignal ( string signal ) : void

Private Methods

Method Description
UpdateRoomStatus ( ) : void

Method Details

DrawExtraSelectionOverlays() public method

public DrawExtraSelectionOverlays ( ) : void
return void

DrawGUIOverlay() public method

public DrawGUIOverlay ( ) : void
return void

ExposeData() public method

public ExposeData ( ) : void
return void

QueueRoomUpdate() public method

public QueueRoomUpdate ( ) : void
return void

ReceiveCompSignal() protected method

protected ReceiveCompSignal ( string signal ) : void
signal string
return void

SpawnSetup() public method

public SpawnSetup ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void

TickRare() public method

public TickRare ( ) : void
return void

Property Details

LastMonitoredTick public property

public int LastMonitoredTick
return int

MonitorUntilTick public property

public int MonitorUntilTick
return int

compRemote public property

public CompRemotelyObservable,PrisonersAndSlaves compRemote
return CompRemotelyObservable

markerName public property

public string markerName
return string