MCPcopy Create free account
hub / github.com/InoriRus/Kyty / FOR

Function FOR

source/KytyScripts.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61{
62 RunString(U"arg = {}");
63 FOR (i, args)
64 {
65 if (i >= 2)
66 {
67 RunString(String::FromPrintf("arg[%d] = '%s'", i - 1, args.At(i).C_Str()));
68 }
69 }
70
71 bool is_file = true;
72 String statement;

Callers

nothing calls this directly

Calls 2

RunStringFunction · 0.85
AtMethod · 0.80

Tested by

no test coverage detected