Interface IDeedOwned
An object which can be owned by a deed.
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
Returns
OnAuthChanged()
Declaration
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