Class ChatSent
Inheritance
System.Object
ChatSent
Assembly: Eco.Gameplay.dll
Syntax
public class ChatSent : AggregatableAction, IContextObject, IAggregatableStat, ICountStat, IActionStat, IStat, IUserGameAction, IPositionGameAction, IController, IViewController, IHasUniversalID
Constructors
ChatSent()
Declaration
Properties
ActionLocation
Declaration
public Vector3i ActionLocation { get; set; }
Property Value
Citizen
Declaration
[CanAutoAssign]
public User Citizen { get; set; }
Property Value
Message
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
SettlementScopes
Declaration
public override IEnumerable<Settlement> SettlementScopes { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<Settlement> |
|
Overrides
Tag
Declaration
public string Tag { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods