Class FirstLogin
Inheritance
System.Object
FirstLogin
Assembly: Eco.Gameplay.dll
Syntax
public class FirstLogin : AggregatableAction, IContextObject, IAggregatableStat, ICountStat, IActionStat, IStat, IUserGameAction, IPositionGameAction, IController, IViewController, IHasUniversalID, IDynamicPreventability
Constructors
FirstLogin()
Declaration
Properties
ActionLocation
Declaration
public Vector3i ActionLocation { get; set; }
Property Value
Citizen
Declaration
[CanAutoAssign]
public User Citizen { get; set; }
Property Value
SettlementScopes
Declaration
public override IEnumerable<Settlement> SettlementScopes { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IEnumerable<Settlement> |
|
Overrides
Methods
CanPrevent(LawSection)
Declaration
public Result CanPrevent(LawSection section)
Parameters
Returns
CanPreventStatic(LawSection)
Declaration
public static Result CanPreventStatic(LawSection section)
Parameters
Returns
Implements
Extension Methods