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

Function AddIntString_Generic

sdk/tests/test_feature/source/scriptstring.cpp:485–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485static void AddIntString_Generic(asIScriptGeneric *gen)
486{
487 int i = gen->GetArgDWord(0);
488 CScriptString *str = (CScriptString*)gen->GetObject();
489 CScriptString *out = AddIntString(i, *str);
490 gen->SetReturnAddress(out);
491}
492
493static CScriptString *AddUIntString(unsigned int i, const CScriptString &str)
494{

Callers

nothing calls this directly

Calls 4

GetArgDWordMethod · 0.80
GetObjectMethod · 0.80
SetReturnAddressMethod · 0.80
AddIntStringFunction · 0.70

Tested by

no test coverage detected