Show / Hide Table of Contents

Interface IClauseList

Implement on classes that can host Clauses (e.g.: 'Contract' and 'ContractClauseNested').

Namespace: Eco.Gameplay.Economy.Contracts
Assembly: Eco.Gameplay.dll
Syntax
public interface IClauseList
Remarks

Used to get all hosted clauses from the parent level (e.g.: Contract will check its clauses and clauses that are children of ContractClauseNested at any level).

Properties

Clauses

Declaration
ControllerList<ContractClause> Clauses { get; }
Property Value
Type Description
ControllerList<ContractClause>

ClientUser

Declaration
User ClientUser { get; }
Property Value
Type Description
User

Extension Methods

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