Interface IWorldObjectGameAction
Assembly: Eco.Gameplay.dll
Syntax
public interface IWorldObjectGameAction : IController, IViewController, IHasUniversalID
Properties
OverrideHierarchyActionsToConsumer
If set to true allows to use parent object auth instead of deed when placing on other objects with overriding access to consumer
Declaration
bool OverrideHierarchyActionsToConsumer { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
WorldObject
Declaration
WorldObject WorldObject { get; set; }
Property Value
WorldObjectItem
Declaration
Item WorldObjectItem { get; }
Property Value
Extension Methods