Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
315
void PrintString(string &str)
316
{
317
cout << str;
318
}
319
320
void PrintString_Generic(asIScriptGeneric *gen)
321
{
Callers
1
PrintString_Generic
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected