MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / ReturnInt

Method ReturnInt

Source/democpp/SluaTestCase.cpp:469–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467void USluaTestCase::EmptyFunc() {}
468
469int USluaTestCase::ReturnInt() {
470 return 1024;
471}
472
473int USluaTestCase::ReturnIntWithInt(int i) {
474 return i;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected