Przejdź do głównej zawartości

GetMenuPos

warning

This function was added in omp v1.1.0.2612 and will not work in earlier versions!

Description

Get the x/y screen position of the menu.

NameDescription
Menu:menuidThe ID of the menu.
&Float:xA float variable in which to store the X position in, passed by reference.
&Float:yA float variable in which to store the Y position in, passed by reference.

Returns

This function always returns true.

Examples

new Float:x, Float:y;
GetMenuPos(menuid, x, y);