mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-23 20:28:03 +03:00
Added numtostr and strtonum mappings... not adding this to string.inc ... but it's there now. :-P
This commit is contained in:
parent
7c6d869cb4
commit
ebf0945c6e
@ -656,6 +656,7 @@ AMX_NATIVE_INFO string_Natives[] = {
|
||||
{ "isspace", is_space },
|
||||
{ "isalpha", is_alpha },
|
||||
{ "num_to_str", numtostr },
|
||||
{ "numtostr", numtostr },
|
||||
{ "parse", parse },
|
||||
{ "replace", replace },
|
||||
{ "setc", setc },
|
||||
@ -663,6 +664,7 @@ AMX_NATIVE_INFO string_Natives[] = {
|
||||
{ "strtolower", strtolower },
|
||||
{ "strtoupper", strtoupper },
|
||||
{ "str_to_num", strtonum },
|
||||
{ "strtonum", strtonum },
|
||||
{ "trim", amx_trim },
|
||||
{ "ucfirst", amx_ucfirst },
|
||||
{ "strtok", amx_strtok },
|
||||
|
Loading…
x
Reference in New Issue
Block a user