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

Function AddStringUInt_Generic

sdk/tests/test_feature/source/scriptstring.cpp:386–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386static void AddStringUInt_Generic(asIScriptGeneric *gen)
387{
388 CScriptString *str = (CScriptString*)gen->GetObject();
389 unsigned int i = gen->GetArgDWord(0);
390 CScriptString *out = AddStringUInt(*str, i);
391 gen->SetReturnAddress(out);
392}
393
394static CScriptString *AddStringInt(const CScriptString &str, int i)
395{

Callers

nothing calls this directly

Calls 4

GetObjectMethod · 0.80
GetArgDWordMethod · 0.80
SetReturnAddressMethod · 0.80
AddStringUIntFunction · 0.70

Tested by

no test coverage detected