Skip to content

API Reference / loadSystem

Function: loadSystem()

loadSystem(id): Promise<System | null>

Defined in: service.ts:37

Loads information about a system from the Pluralmind API. When called with an ID that is already being loaded, that initial call's promise will be reused rather than starting another load. Note: You generally should not need to call this directly. It is recommended to use getSystem instead since that handles caching.

Parameters

id

TwitchId

Returns

Promise<System | null>