Class PositionHistory
Inheritance
System.Object
PositionHistory
Assembly: Eco.Gameplay.dll
Syntax
public class PositionHistory : Object
Constructors
PositionHistory()
Declaration
Properties
OfficeHolders
Declaration
public ThreadSafeList<User> OfficeHolders { get; set; }
Property Value
ReasonJoined
Declaration
public string ReasonJoined { get; set; }
Property Value
Type |
Description |
System.String |
|
ReasonLeft
Declaration
public string ReasonLeft { get; set; }
Property Value
Type |
Description |
System.String |
|
RemoveOccupant
Declaration
public bool RemoveOccupant { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TimeEnded
Declaration
public double TimeEnded { get; set; }
Property Value
Type |
Description |
System.Double |
|
TimeStarted
Declaration
public double TimeStarted { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
HasUser(User)
Declaration
public bool HasUser(User user)
Parameters
Type |
Name |
Description |
User |
user |
|
Returns
Type |
Description |
System.Boolean |
|
SetEndLoc(FormattableString)
Declaration
public void SetEndLoc(FormattableString desc)
Parameters
Type |
Name |
Description |
System.FormattableString |
desc |
|
SetStartLoc(FormattableString)
Declaration
public void SetStartLoc(FormattableString desc)
Parameters
Type |
Name |
Description |
System.FormattableString |
desc |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Extension Methods