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

Specific a world modifier to be loaded in More...

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

Public Member Functions

 WorldModifierAttribute (string modifierName, int rank)
 Sets the internal name and rank of a world modifier More...
 
- Public Member Functions inherited from pluginbase.Attributes.RankedAttribute
 RankedAttribute (int rank)
 Initialize the attribute with a given rank More...
 

Public Attributes

readonly string ModifierName
 Name of the modifier More...
 
- Public Attributes inherited from pluginbase.Attributes.RankedAttribute
readonly int Rank
 Rank of attribute More...
 

Detailed Description

Specific a world modifier to be loaded in

Attribute: AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)

Constructor & Destructor Documentation

◆ WorldModifierAttribute()

pluginbase.Attributes.WorldModifierAttribute.WorldModifierAttribute ( string  modifierName,
int  rank 
)

Sets the internal name and rank of a world modifier

Parameters
modifierNameModifier name.
rankRank.
21  :base(rank)
22  {
23  ModifierName = modifierName;
24  }
readonly string ModifierName
Name of the modifier
Definition: WorldModifier.cs:13

Member Data Documentation

◆ ModifierName

readonly string pluginbase.Attributes.WorldModifierAttribute.ModifierName

Name of the modifier


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