alt.isInStreamerMode

Returns if the GTA:V client is currently in streamer mode or not.

Streamer mode basically prevents WebViews with overlay enabled from being shown to OBS when capturing in Game Capture mode.

Returns a boolean. (true / false)

Declaration

isInStreamerMode(): boolean

Usage

alt.isInStreamerMode();

Real World Example

const result = alt.isInStreamerMode();
alt.log(result);

These examples assume you have imported alt from alt-client.

results matching ""

    No results matching ""