GameOptions Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Set of Options that control the behaviour of this Game.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic Options Options { get; set; }
Public Property Options As Options
Get
Set
public:
property Options^ Options {
Options^ get ();
void set (Options^ value);
}
member Options : Options with get, set
Property Value
Type:
Options
See Also