MCPcopy Create free account
hub / github.com/StudioCherno/Coral / PrintStringIcall

Function PrintStringIcall

Example/Example.Native/Source/Main.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static void PrintStringIcall(Coral::String InString)
35{
36 std::cout << std::string(InString) << std::endl;
37}
38
39static void NativeArrayIcall(Coral::Array<float> InValues)
40{

Callers 1

StringDemoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected