Show / Hide Table of Contents

Class PointOfInterestList

Inheritance
System.Object
PointOfInterestList
Implements
IController
IViewController
IHasUniversalID
System.Collections.Generic.IEnumerable<PointOfInterest>
System.Collections.IEnumerable
Namespace: Eco.Gameplay.Economy
Assembly: Eco.Gameplay.dll
Syntax
public class PointOfInterestList : Object, IController, IViewController, IHasUniversalID, IEnumerable<PointOfInterest>, IEnumerable

Constructors

PointOfInterestList()

Declaration
public PointOfInterestList()

PointOfInterestList(IEnumerable<PointOfInterest>)

Declaration
public PointOfInterestList(IEnumerable<PointOfInterest> list)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<PointOfInterest> list

Properties

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

Methods

Add(WorldObject)

Declaration
public void Add(WorldObject obj)
Parameters
Type Name Description
WorldObject obj

Add(Deed)

Declaration
public void Add(Deed deed)
Parameters
Type Name Description
Deed deed

GetEnumerator()

Declaration
public IEnumerator<PointOfInterest> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<PointOfInterest>

POIList(Player)

Declaration
public IEnumerable<PointOfInterest> POIList(Player player)
Parameters
Type Name Description
Player player
Returns
Type Description
System.Collections.Generic.IEnumerable<PointOfInterest>

Remove(WorldObject)

Declaration
public void Remove(WorldObject obj)
Parameters
Type Name Description
WorldObject obj

UpdateObj(WorldObject)

Declaration
public void UpdateObj(WorldObject obj)
Parameters
Type Name Description
WorldObject obj

Implements

IController
IViewController
IHasUniversalID
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable

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