Show / Hide Table of Contents

Class PropertyData

Inheritance
System.Object
PropertyData
Implements
IStorage
ISerializable
Namespace: Eco.Gameplay.Property
Assembly: Eco.Gameplay.dll
Syntax
public class PropertyData : Object, IStorage, ISerializable

Constructors

PropertyData()

Declaration
public PropertyData()

Fields

DeedRegistrar

Declaration
public Registrar<Deed> DeedRegistrar
Field Value
Type Description
Registrar<Deed>

Properties

LastUpdatedTime

Declaration
public double LastUpdatedTime { get; }
Property Value
Type Description
System.Double

PlotPosToProperty

Declaration
public ThreadSafeDictionary<PlotPos, PropertyPlot> PlotPosToProperty { get; }
Property Value
Type Description
ThreadSafeDictionary<PlotPos, PropertyPlot>

StorageHandle

Declaration
public IPersistent StorageHandle { get; set; }
Property Value
Type Description
IPersistent

Methods

Initialize()

Declaration
public void Initialize()

MarkDirty()

Declaration
public void MarkDirty()

Events

OnDirty

Declaration
public static event Action OnDirty
Event Type
Type Description
System.Action

Implements

IStorage
ISerializable

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
☀
☾