Interface IMoveableWithinDeedAndInfluence
Plug'n'Play movement restriction for WorldObjects that can not be moved outside their deed with the 'MoveWorldObject' action, or outside the influence of the associated settlement.
Assembly: Eco.Gameplay.dll
Syntax
public interface IMoveableWithinDeedAndInfluence : IMoveableWithRestrictions
Remarks
Properties
MovementFailMessage
Declaration
virtual LocString MovementFailMessage { get; }
Property Value
OriginalDeed
Declaration
virtual Deed OriginalDeed { get; }
Property Value
Explicit Interface Implementations
IMoveableWithRestrictions.CanMove(WorldObject, Vector3i)
Declaration
Result IMoveableWithRestrictions.CanMove(WorldObject worldObject, Vector3i targetPosition)
Parameters
Returns
Extension Methods