Show / Hide Table of Contents

Class PositionHistory

Inheritance
System.Object
PositionHistory
Namespace: Eco.Gameplay.Civics.Titles
Assembly: Eco.Gameplay.dll
Syntax
public class PositionHistory : Object

Constructors

PositionHistory()

Declaration
public PositionHistory()

Properties

OfficeHolders

Declaration
public ThreadSafeList<User> OfficeHolders { get; set; }
Property Value
Type Description
ThreadSafeList<User>

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

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾