Show / Hide Table of Contents

Class PointOfInterestManager

Inheritance
System.Object
PointOfInterestManager
Namespace: Eco.Gameplay.Economy
Assembly: Eco.Gameplay.dll
Syntax
public static class PointOfInterestManager : Object

Methods

AddAsPOI(WorldObject, String)

Declaration
public static void AddAsPOI(this WorldObject obj, string category)
Parameters
Type Name Description
WorldObject obj
System.String category

EmptyText(String)

Declaration
public static string EmptyText(string cat)
Parameters
Type Name Description
System.String cat
Returns
Type Description
System.String

GetForObj(WorldObject)

Declaration
public static PointOfInterest GetForObj(WorldObject obj)
Parameters
Type Name Description
WorldObject obj
Returns
Type Description
PointOfInterest

GetList(String, User, Boolean, Boolean)

Declaration
public static IController GetList(string category, User owner = null, bool excludeZero = true, bool excludeEmpty = true)
Parameters
Type Name Description
System.String category
User owner
System.Boolean excludeZero
System.Boolean excludeEmpty
Returns
Type Description
IController

GetProperty(Deed)

Declaration
public static PointOfInterest GetProperty(Deed deed)
Parameters
Type Name Description
Deed deed
Returns
Type Description
PointOfInterest

RemoveAsPOI(WorldObject, String)

Declaration
public static void RemoveAsPOI(this WorldObject obj, string category)
Parameters
Type Name Description
WorldObject obj
System.String category

UpdateObj(WorldObject)

Declaration
public static void UpdateObj(WorldObject obj)
Parameters
Type Name Description
WorldObject obj
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾