mirror of
https://github.com/alicealys/t5-gsc-utils.git
synced 2025-04-19 04:22:54 +00:00
Update string.cpp
This commit is contained in:
parent
7077f4b732
commit
2937edd21a
@ -163,9 +163,7 @@ namespace string
|
||||
void post_unpack() override
|
||||
{
|
||||
gsc::function::add("va", format_string);
|
||||
gsc::function::add("format", format_string);
|
||||
gsc::function::add("formatstring", format_string);
|
||||
gsc::function::add("formatstr", format_string);
|
||||
gsc::function::add("sprintf", format_string);
|
||||
|
||||
gsc::function::add("printf", [](const std::string& fmt, const scripting::variadic_args& va)
|
||||
|
Loading…
x
Reference in New Issue
Block a user