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

Method fooChildFunc1

Source/democpp/SluaTestCase.cpp:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 void fooChildFunc1() {
164 Log::Log("baseFunc1 call");
165 }
166
167 static LuaOwnedPtr<FooChild> create(int v) {
168 return new FooChild(v);

Callers

nothing calls this directly

Calls 1

LogFunction · 0.85

Tested by

no test coverage detected