Show / Hide Table of Contents

Class TimedSet<T>

Inheritance
System.Object
TimedSet<T>
Namespace: Eco.Gameplay.Utils
Assembly: Eco.Gameplay.dll
Syntax
public class TimedSet<T> : Object where T : IHasID
Type Parameters
Name Description
T

Constructors

TimedSet()

Declaration
public TimedSet()

Properties

Set

Declaration
public ControllerHashSet<T> Set { get; set; }
Property Value
Type Description
ControllerHashSet<T>

Methods

GetTime(T)

Declaration
public double GetTime(T t)
Parameters
Type Name Description
T t
Returns
Type Description
System.Double

Initialize()

Declaration
public void Initialize()

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
☀
☾