Show / Hide Table of Contents

Interface IDeedOwned

An object which can be owned by a deed.

Namespace: Eco.Gameplay.Property
Assembly: Eco.Gameplay.dll
Syntax
public interface IDeedOwned : IController, IViewController, IHasUniversalID

Properties

FriendlyName

Declaration
string FriendlyName { get; }
Property Value
Type Description
System.String

Methods

GetDeed()

Declaration
Deed GetDeed()
Returns
Type Description
Deed

OnAuthChanged()

Declaration
void OnAuthChanged()

OnAuthSet(Deed)

Declaration
void OnAuthSet(Deed deed)
Parameters
Type Name Description
Deed deed

OnClick(Player)

Declaration
void OnClick(Player clickingPlayer)
Parameters
Type Name Description
Player clickingPlayer

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