MCPcopy Create free account
hub / github.com/anjo76/angelscript / AddUIntString_Generic

Function AddUIntString_Generic

sdk/tests/test_feature/source/scriptstring.cpp:504–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504static void AddUIntString_Generic(asIScriptGeneric *gen)
505{
506 unsigned int i = gen->GetArgDWord(0);
507 CScriptString *str = (CScriptString*)gen->GetObject();
508 CScriptString *out = AddUIntString(i, *str);
509 gen->SetReturnAddress(out);
510}
511
512static CScriptString *AddFloatString(float f, const CScriptString &str)
513{

Callers

nothing calls this directly

Calls 4

GetArgDWordMethod · 0.80
GetObjectMethod · 0.80
SetReturnAddressMethod · 0.80
AddUIntStringFunction · 0.70

Tested by

no test coverage detected