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

Function VectorAddIcall

Example/Example.Native/Source/Main.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24};
25
26static void VectorAddIcall(MyVec3* InVec0, const MyVec3* InVec1)
27{
28 std::cout << "VectorAddIcall" << std::endl;
29 InVec0->X += InVec1->X;
30 InVec0->Y += InVec1->Y;
31 InVec0->Z += InVec1->Z;
32}
33
34static void PrintStringIcall(Coral::String InString)
35{

Callers 1

MemberMethodMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected