renamed the new native
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401706
This commit is contained in:
parent
d04d0e4089
commit
4aa9ae379f
@ -378,6 +378,6 @@ sp_nativeinfo_t g_TopMenuNatives[] =
|
|||||||
{"RemoveFromTopMenu", RemoveFromTopMenu},
|
{"RemoveFromTopMenu", RemoveFromTopMenu},
|
||||||
{"FindTopMenuCategory", FindTopMenuCategory},
|
{"FindTopMenuCategory", FindTopMenuCategory},
|
||||||
{"GetTopMenuInfoString", GetTopMenuInfoString},
|
{"GetTopMenuInfoString", GetTopMenuInfoString},
|
||||||
{"GetTopMenuName", GetTopMenuName},
|
{"GetTopMenuObjName", GetTopMenuName},
|
||||||
{NULL, NULL},
|
{NULL, NULL},
|
||||||
};
|
};
|
||||||
|
@ -221,7 +221,7 @@ native GetTopMenuInfoString(Handle:topmenu, TopMenuObject:parent, String:buffer[
|
|||||||
* null terminator.
|
* null terminator.
|
||||||
* @error Invalid TopMenu Handle or TopMenuObject ID.
|
* @error Invalid TopMenu Handle or TopMenuObject ID.
|
||||||
*/
|
*/
|
||||||
native GetTopMenuName(Handle:topmenu, TopMenuObject:parent, String:buffer[], maxlength);
|
native GetTopMenuObjName(Handle:topmenu, TopMenuObject:object, String:buffer[], maxlength);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes an object from a TopMenu.
|
* Removes an object from a TopMenu.
|
||||||
|
Loading…
Reference in New Issue
Block a user