|
| override void | Dispose (bool disposing) |
| |
| virtual int | CompareTo (IHint hint) |
| |
| virtual string | GetAnswer (long index) |
| |
| virtual void | SetAnswer (long index, string value) |
| |
| | Hint () |
| |
| void | Dispose () |
| |
| virtual void | SetParentReferences () |
| |
| virtual string | GetPluralName (string fieldName) |
| |
| virtual string | GetPluralName01 () |
| |
| virtual string | GetDecoratedName (string fieldName, ArticleType articleType, bool upshift=false, bool showCharOwned=true, bool showStateDesc=false, bool showContents=false, bool groupCountOne=false) |
| |
| virtual string | GetNoneName (bool upshift=false, bool showCharOwned=true, bool showStateDesc=false, bool showContents=false, bool groupCountOne=false) |
| |
| virtual string | GetArticleName (bool upshift=false, bool showCharOwned=true, bool showStateDesc=false, bool showContents=false, bool groupCountOne=false) |
| |
| virtual string | GetTheName (bool upshift=false, bool showCharOwned=true, bool showStateDesc=false, bool showContents=false, bool groupCountOne=false) |
| |
| virtual RetCode | BuildPrintedFullDesc (StringBuilder buf, bool showName, bool showVerboseName) |
| |
| | GameBase () |
| |
|
| virtual bool | Active [get, set] |
| |
| virtual string | Question [get, set] |
| |
| virtual long | NumAnswers [get, set] |
| |
| virtual string[] | Answers [get, set] |
| |
| virtual long | Uid [get, set] |
| |
| virtual string | Name [get, set] |
| |
| virtual string | Desc [get, set] |
| |
| virtual string[] | Synonyms [get, set] |
| |
| virtual bool | Seen [get, set] |
| |
| virtual bool | Moved [get, set] |
| |
| virtual ArticleType | ArticleType [get, set] |
| |
| virtual string | ParserMatchName [get, set] |
| |
| long | Uid [get, set] |
| | Gets or sets a unique Id that distinguishes this Record from others of its type. More...
|
| |
| string | Name [get, set] |
| | Gets or sets the name of this Record as shown in various lists or the Record's full description. More...
|
| |
| string | Desc [get, set] |
| | Gets or sets the detailed description of this Record shown when the Record is first Seen or later examined. More...
|
| |
| string[] | Synonyms [get, set] |
| | Gets or sets a string array containing Name synonyms for this Record (may be null). More...
|
| |
| bool | Seen [get, set] |
| | Gets or sets a value indicating whether this Record has been seen by the player character. More...
|
| |
| bool | Moved [get, set] |
| | Gets or sets a value indicating whether this Record has been moved from its original Location. More...
|
| |
| ArticleType | ArticleType [get, set] |
| | Gets or sets a value indicating how this Record's Name is prefixed to produce its listed Name. More...
|
| |
| string | ParserMatchName [get, set] |
| | Gets or sets the name or synonym of this Record matched in the FilterRecordList method. More...
|
| |
| bool | Active [get, set] |
| | Gets or sets whether this Hint is available to the player. More...
|
| |
| string | Question [get, set] |
| | Gets or sets the Question answered or topic addressed by this Hint. More...
|
| |
| long | NumAnswers [get, set] |
| | Gets or sets the number of Answers for the Hint's Question. More...
|
| |
| string[] | Answers [get, set] |
| | Gets or sets an array of Hint Answers. More...
|
| |
◆ Hint()
◆ CompareTo()
| virtual int Eamon.Game.Hint.CompareTo |
( |
IHint |
hint | ) |
|
|
virtual |
◆ Dispose()
| override void Eamon.Game.Hint.Dispose |
( |
bool |
disposing | ) |
|
|
virtual |
◆ GetAnswer()
| virtual string Eamon.Game.Hint.GetAnswer |
( |
long |
index | ) |
|
|
virtual |
◆ SetAnswer()
| virtual void Eamon.Game.Hint.SetAnswer |
( |
long |
index, |
|
|
string |
value |
|
) |
| |
|
virtual |
◆ Active
| virtual bool Eamon.Game.Hint.Active |
|
getset |
◆ Answers
| virtual string [] Eamon.Game.Hint.Answers |
|
getset |
◆ NumAnswers
| virtual long Eamon.Game.Hint.NumAnswers |
|
getset |
◆ Question
| virtual string Eamon.Game.Hint.Question |
|
getset |
The documentation for this class was generated from the following file:
- C:/Eamon-CS/System/Eamon/Game/Hint.cs