Empeld
Empeld plugin documentation.
pluginbase.Attributes.RankedAttribute Class Reference

An attribute used as a base-class for other attributes More...

Inheritance diagram for pluginbase.Attributes.RankedAttribute:
pluginbase.Attributes.WorldModifierAttribute

Public Member Functions

 RankedAttribute (int rank)
 Initialize the attribute with a given rank More...
 

Public Attributes

readonly int Rank
 Rank of attribute More...
 

Detailed Description

An attribute used as a base-class for other attributes

Constructor & Destructor Documentation

◆ RankedAttribute()

pluginbase.Attributes.RankedAttribute.RankedAttribute ( int  rank)

Initialize the attribute with a given rank

Parameters
rankRank.
19  {
20  Rank = rank;
21  }
readonly int Rank
Rank of attribute
Definition: RankedAttribute.cs:12

Member Data Documentation

◆ Rank

readonly int pluginbase.Attributes.RankedAttribute.Rank

Rank of attribute


The documentation for this class was generated from the following file: