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, Vector3)
Declaration
Result IMoveableWithRestrictions.CanMove(WorldObject worldObject, Vector3 targetPosition)
Parameters
| Type |
Name |
Description |
| WorldObject |
worldObject |
|
| System.Numerics.Vector3 |
targetPosition |
|
Returns
Extension Methods