Show / Hide Table of Contents

Class VoidStorageWrapper

Inheritance
System.Object
VoidStorageWrapper
Implements
IController
IViewController
IHasUniversalID
System.ComponentModel.INotifyPropertyChanged
Namespace: Eco.Gameplay.Items.InventoryRelated
Assembly: Eco.Gameplay.dll
Syntax
public class VoidStorageWrapper : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged

Constructors

VoidStorageWrapper()

Declaration
public VoidStorageWrapper()

Fields

CanAccess

Declaration
public ControllerList<IAlias> CanAccess
Field Value
Type Description
ControllerList<IAlias>

Properties

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

Icon

Declaration
public string Icon { get; set; }
Property Value
Type Description
System.String

Inventory

Declaration
public VoidStorageInventory Inventory { get; set; }
Property Value
Type Description
VoidStorageInventory

MaxXZDistance

Declaration
public float MaxXZDistance { get; set; }
Property Value
Type Description
System.Single

MaxYDistance

Declaration
public float MaxYDistance { get; set; }
Property Value
Type Description
System.Single

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Position

Declaration
public Vector3i Position { get; set; }
Property Value
Type Description
Vector3i

Methods

CanUserAccess(User)

Declaration
public bool CanUserAccess(User user)
Parameters
Type Name Description
User user
Returns
Type Description
System.Boolean

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
System.ComponentModel.PropertyChangedEventHandler

Implements

IController
IViewController
IHasUniversalID
System.ComponentModel.INotifyPropertyChanged

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾