MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / OnErr

Function OnErr

LuaSTGPlus/AppFrame.cpp:1330–1333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1328 struct : public f2dInitialErrListener
1329 {
1330 void OnErr(fuInt TimeTick, fcStr Src, fcStr Desc)
1331 {
1332 LERROR("初始化fancy2d失败 (异常信息'%m' 源'%m')", Desc, Src);
1333 }
1334 } tErrListener;
1335
1336 if (FCYFAILED(CreateF2DEngineAndInit(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected