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

Method TestInt_int

Source/democpp/SluaTestCase.cpp:416–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416int USluaTestCase::TestInt_int(int i) {
417 NS_SLUA::Log::Log("TestInt_int i=%d", i);
418 return i * 2;
419}
420
421FString USluaTestCase::TestIntStr_Str(int i, FString s) {
422 NS_SLUA::Log::Log("TestIntStr_Str i=%d, s=%s", i, TCHAR_TO_UTF8(*s));

Callers

nothing calls this directly

Calls 1

LogFunction · 0.85

Tested by

no test coverage detected