Class SettlementReports
Inheritance
System.Object
SettlementReports
Namespace: Eco.Gameplay.Settlements
Assembly: Eco.Gameplay.dll
Syntax
public static class SettlementReports : Object
Methods
GetSettlementReport(User, Nullable<SettlementType>, Vector2i)
Get a description of what children settlements of the given type may be claimed here, and which parent settlements may lay claim to us here.
Declaration
public static (LocString, LocString) GetSettlementReport(User user, Nullable<SettlementType> settlementType, Vector2i worldpos)
Parameters
Type | Name | Description |
---|---|---|
User | user | |
System.Nullable<SettlementType> | settlementType | |
Vector2i | worldpos |
Returns
Type | Description |
---|---|
System.ValueTuple<LocString, LocString> |