Class PointOfInterestList
Inheritance
System.Object
PointOfInterestList
Implements
System.Collections.IEnumerable
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
Add(Deed)
Declaration
public void Add(Deed deed)
Parameters
Type |
Name |
Description |
Deed |
deed |
|
GetEnumerator()
Declaration
public IEnumerator<PointOfInterest> GetEnumerator()
Returns
POIList(Player)
Declaration
public IEnumerable<PointOfInterest> POIList(Player player)
Parameters
Type |
Name |
Description |
Player |
player |
|
Returns
Remove(WorldObject)
Declaration
public void Remove(WorldObject obj)
Parameters
UpdateObj(WorldObject)
Declaration
public void UpdateObj(WorldObject obj)
Parameters
Implements
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable
Extension Methods