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

Function PrintString

sdk/samples/events/source/main.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315void PrintString(string &str)
316{
317 cout << str;
318}
319
320void PrintString_Generic(asIScriptGeneric *gen)
321{

Callers 1

PrintString_GenericFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected