Sfoglia il codice sorgente

Add new global to function to make a string from a list of integers/chars

mingodad 9 anni fa
parent
commit
f55adfbdc5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      SquiLu/squirrel/sqbaselib.cpp

+ 1 - 0
SquiLu/squirrel/sqbaselib.cpp

@@ -550,6 +550,7 @@ static SQRegFunction base_funcs[]={
 	{_SC("check_delayed_release_hooks"),base_check_delayed_release_hooks,-1, _SC(".b")},
 	{_SC("call_delayed_release_hooks"),base_call_delayed_release_hooks,1, NULL},
 #endif
+	{_SC("str_from_chars"),base_str_from_chars,-1, _SC(".i")},
 	{_SC("try_tostring"),base_try_tostring,-2, _SC("..s")},
 	{_SC("table_create"),bf_table_create,-1, _SC(".i")},
 	{_SC("table_new"),bf_table_create,-1, _SC(".i")},