GetMenuSelectionPosition

Last Updated2007-09-26
Created At2007-09-26

Returns the first item on the page of a currently selected menu. This is only valid inside a MenuAction_Select callback.

native int GetMenuSelectionPosition()

Return Value

int First item number on the page the client was viewing before selecting the item in the callback. This can be used to re-display the menu from the original position.

Error

Not called from inside a MenuAction_Select callback.