Empeld
Empeld plugin documentation.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
pluginbase.Attributes.AuthoredAttribute Class Reference

Abstract common attribute to define something as being authored by someone More...

Inheritance diagram for pluginbase.Attributes.AuthoredAttribute:
pluginbase.Attributes.EmpeldGameAttribute pluginbase.Attributes.EnvironmentAttribute pluginbase.Attributes.GameContextAttribute pluginbase.Attributes.WorldGeneratorAttribute

Protected Member Functions

 AuthoredAttribute (string name)
 Initializes a new instance of the pluginbase.Attributes.AuthoredAttribute class. More...
 

Properties

string Name [get]
 The name of the item being authored More...
 
string Author [get, set]
 Gets or sets the name of the author More...
 
string Description [get, set]
 Gets or sets the description of the authored item More...
 
string IconPath [get, set]
 Gets or sets the relative path of an image representing the item More...
 

Detailed Description

Abstract common attribute to define something as being authored by someone

Constructor & Destructor Documentation

◆ AuthoredAttribute()

pluginbase.Attributes.AuthoredAttribute.AuthoredAttribute ( string  name)
protected

Initializes a new instance of the pluginbase.Attributes.AuthoredAttribute class.

Parameters
nameName.
39  {
40  Name = name;
41  }
string Name
The name of the item being authored
Definition: AuthoredAttribute.cs:14

Property Documentation

◆ Author

string pluginbase.Attributes.AuthoredAttribute.Author
getset

Gets or sets the name of the author

The author.

◆ Description

string pluginbase.Attributes.AuthoredAttribute.Description
getset

Gets or sets the description of the authored item

The description.

◆ IconPath

string pluginbase.Attributes.AuthoredAttribute.IconPath
getset

Gets or sets the relative path of an image representing the item

The icon path.

◆ Name

string pluginbase.Attributes.AuthoredAttribute.Name
get

The name of the item being authored

The name.


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