Logo Mibo

Window Module

Service accessors for the registered IWindow.

Functions and values

Function or value Description

getService ctx

Full Usage: getService ctx

Parameters:
Returns: IWindow
Modifiers: inline

Gets the registered IWindow service.

ctx : GameContext
Returns: IWindow
System.Exception Thrown when no IWindow is registered.

tryGetService ctx

Full Usage: tryGetService ctx

Parameters:
Returns: IWindow voption
Modifiers: inline

Attempts to get the registered IWindow service.

ctx : GameContext
Returns: IWindow voption

Type something to start searching.