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

Method ReturnInt

Source/democpp/SluaTestCase.cpp:259–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 void EmptyFunc() {}
258
259 int ReturnInt() {
260 return 1024;
261 }
262
263 int ReturnIntWithInt(int i) {
264 return i;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected