[This is preliminary documentation and is subject to change.]
The GameFiber type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanSleepNow |
Gets a value indicating whether the calling code is executing in the active GameFiber instance.
| |
IsAlive |
Gets a value indicating whether this instance is still running.
| |
IsEntryFiber |
Gets or sets a value indicating whether this fiber is the original fiber created when this plugin was loaded.
| |
IsHibernating |
Gets a value indicating whether this instance is hibernating.
| |
IsSleeping |
Gets a value indicating whether this instance is sleeping.
| |
Name |
Gets the name of this instance.
|
See Also