Documentation fixes from methodmap implementation (#788)
* There is no "menu" param * No "menu" param on GetTitle() * Misspell "Replies"
This commit is contained in:
parent
118d6dc9b1
commit
6c7e29cbdb
@ -233,7 +233,7 @@ stock void PrintToConsoleAll(const char[] format, any ...)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reples to a message in a command.
|
* Replies to a message in a command.
|
||||||
*
|
*
|
||||||
* A client index of 0 will use PrintToServer().
|
* A client index of 0 will use PrintToServer().
|
||||||
* If the command was from the console, PrintToConsole() is used.
|
* If the command was from the console, PrintToConsole() is used.
|
||||||
|
@ -321,7 +321,6 @@ methodmap Menu < Handle
|
|||||||
|
|
||||||
// Returns the text of a menu's title.
|
// Returns the text of a menu's title.
|
||||||
//
|
//
|
||||||
// @param menu Menu Handle.
|
|
||||||
// @param buffer Buffer to store title.
|
// @param buffer Buffer to store title.
|
||||||
// @param maxlength Maximum length of the buffer.
|
// @param maxlength Maximum length of the buffer.
|
||||||
// @return Number of bytes written.
|
// @return Number of bytes written.
|
||||||
@ -330,7 +329,6 @@ methodmap Menu < Handle
|
|||||||
// Creates a raw MenuPanel based off the menu's style.
|
// Creates a raw MenuPanel based off the menu's style.
|
||||||
// The Handle must be freed with CloseHandle().
|
// The Handle must be freed with CloseHandle().
|
||||||
//
|
//
|
||||||
// @param menu Menu Handle.
|
|
||||||
// @return A new MenuPanel Handle.
|
// @return A new MenuPanel Handle.
|
||||||
public native Panel ToPanel();
|
public native Panel ToPanel();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user