aemu_get_game_screeninfo

Syntax

native bool:aemu_get_game_screeninfo(const index, &wide = 0, &tall = 0);

Usage

index
Client index
wide
Variable to store wide in
tall
Variable to store tall in

Description

Get the current game screen resolution of the client.

Return

return true if so, false otherwise