Class ScavengerOutpost.PlayerTracker
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class ScavengerOutpost.PlayerTracker
- Inheritance
-
ScavengerOutpost.PlayerTracker
- Inherited Members
-
Constructors
PlayerTracker(ScavengerOutpost, AbstractCreature)
public PlayerTracker(ScavengerOutpost outpost, AbstractCreature player)
Parameters
outpost ScavengerOutpost
player AbstractCreature
Fields
hasCommitedTransgression
public bool hasCommitedTransgression
Field Value
- bool
inRoom
Field Value
- bool
killOrder
Field Value
- bool
lastInRoom
Field Value
- bool
outpost
public ScavengerOutpost outpost
Field Value
- ScavengerOutpost
player
public AbstractCreature player
Field Value
- AbstractCreature
playerSide
Field Value
- int
Properties
AllowedToPass
public bool AllowedToPass { get; }
Property Value
- bool
PlayerOnOtherSide
public bool PlayerOnOtherSide { get; }
Property Value
- bool
Methods
TransGression()
public void TransGression()
Update()