Class GameActionDescription
Wraps Game Action descriptions that are visible to the players in two tenses.(Simple tense and progressive tense).
Inheritance
System.Object
GameActionDescription
Assembly: Eco.Gameplay.dll
Syntax
public class GameActionDescription : Object
Constructors
GameActionDescription(LocString, LocString)
Declaration
public GameActionDescription(LocString normal, LocString present)
Parameters
Properties
ProgressiveTense
Declaration
public LocString ProgressiveTense { get; set; }
Property Value
SimpleTense
Declaration
public LocString SimpleTense { get; set; }
Property Value
Methods
Declaration
public static GameActionDescription Do(FormattableString normal, FormattableString present)
Parameters
Type |
Name |
Description |
System.FormattableString |
normal |
|
System.FormattableString |
present |
|
Returns
DoStr(String, String)
Declaration
public static GameActionDescription DoStr(string normal, string present)
Parameters
Type |
Name |
Description |
System.String |
normal |
|
System.String |
present |
|
Returns
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Extension Methods