 | GameRunning Property |
Whether this game is running, or not (e.g. not yet started,
paused, or already over).
Namespace: Slash.Application.GamesAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Running { get; }
Public ReadOnly Property Running As Boolean
Get
public:
property bool Running {
bool get ();
}
member Running : bool with get
Property Value
Type:
Boolean
See Also