Struct AbstractRoomNode
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public struct AbstractRoomNode
- Inherited Members
-
Constructors
AbstractRoomNode(Type, int, int, bool, int, int)
public AbstractRoomNode(AbstractRoomNode.Type type, int shortCutLength, int totalNumberOfNodes, bool submerged, int viewedByCamera, int entranceWidth)
Parameters
type AbstractRoomNode.Type
shortCutLength int
totalNumberOfNodes int
submerged bool
viewedByCamera int
entranceWidth int
Fields
borderExit
Field Value
- bool
connectivity
public int[,,] connectivity
Field Value
- int[,,]
entranceWidth
Field Value
- int
shortCutLength
public int shortCutLength
Field Value
- int
submerged
Field Value
- bool
type
public AbstractRoomNode.Type type
Field Value
- AbstractRoomNode.Type
viewedByCamera
public int viewedByCamera
Field Value
- int
Methods
ConnectionCost(int, CreatureTemplate)
public int ConnectionCost(int otherNode, CreatureTemplate creatureType)
Parameters
otherNode int
creatureType CreatureTemplate
Returns
- int
ConnectionLength(int, CreatureTemplate)
public int ConnectionLength(int otherNode, CreatureTemplate creatureType)
Parameters
otherNode int
creatureType CreatureTemplate
Returns
- int