warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for this page then please click here.
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.
Name | Description |
---|---|
Menu:menuid | The ID of the menu. |
&Float:x | A float variable in which to store the X position in, passed by reference. |
&Float:y | A 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);
Related Functions
- GetMenuColumnWidth: Get the width of columns.