Class BasicEntry
Inheritance
System.Object
BasicEntry
Assembly: Eco.Gameplay.dll
Syntax
public class BasicEntry : Object, IHelpText, IController, IViewController, IHasUniversalID, INamed
Constructors
BasicEntry()
Declaration
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
HelpText
Declaration
public string HelpText { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkedUpName
Declaration
public LocString MarkedUpName { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods