aemu_get_desk_screeninfo

Syntax

native bool:aemu_get_desk_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 desktop screen resolution of the client.

Return

return true if so, false otherwise