oops, how did this happen
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40758
This commit is contained in:
parent
ca7ebffc8a
commit
2f14014f3f
@ -208,20 +208,6 @@ native FloatToString(Float:num, String:str[], maxlength);
|
|||||||
*/
|
*/
|
||||||
native StrBreak(const String:source[], String:arg[], argLen);
|
native StrBreak(const String:source[], String:arg[], argLen);
|
||||||
|
|
||||||
/**
|
|
||||||
* Finds the first "argument" in a string; either a set of space
|
|
||||||
* terminated characters, or a fully quoted string. After the
|
|
||||||
* argument is found, whitespace is read until the next portion
|
|
||||||
* of the string is reached. If nothing remains, -1 is returned.
|
|
||||||
* Otherwise, the index to the first character is returned.
|
|
||||||
*
|
|
||||||
* @param source Source input string.
|
|
||||||
* @param arg Stores argument read from string.
|
|
||||||
* @param argLen Maximum length of argument buffer.
|
|
||||||
* @return Index to next piece of string, or -1 if none.
|
|
||||||
*/
|
|
||||||
native StrBreak(const String:source[], String:arg[], argLen);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the number of bytes a character is using. This is
|
* Returns the number of bytes a character is using. This is
|
||||||
* for multi-byte characters (UTF-8). For normal ASCII characters,
|
* for multi-byte characters (UTF-8). For normal ASCII characters,
|
||||||
|
Loading…
Reference in New Issue
Block a user