Class PointOfInterestManager
Inheritance
System.Object
PointOfInterestManager
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
Returns
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
GetProperty(Deed)
Declaration
public static PointOfInterest GetProperty(Deed deed)
Parameters
Type |
Name |
Description |
Deed |
deed |
|
Returns
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