GameContext Module
Functions for accessing and managing services in the GameContext.
Functions and values
| Function or value |
Description
|
||
|
Gets a registered service by type.
|
||
Full Usage:
tryGetService ctx
Parameters:
GameContext
Returns: 'T voption
ValueSome if the service is registered, ValueNone otherwise.
|
Attempts to get a registered service by type.
|
Mibo.Raylib