MCPcopy Create free account
hub / github.com/Tencent/UnLua / OnLegacyCallback

Method OnLegacyCallback

Plugins/UnLua/Source/UnLua/Private/UnLuaLatentAction.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void UUnLuaLatentAction::OnLegacyCallback(int32 InLinkage)
59{
60 Callback.Unbind();
61 Env->ResumeThread(InLinkage);
62}
63
64static int32 UUnLuaLatentAction_CreateInfo(lua_State* L)
65{

Callers

nothing calls this directly

Calls 2

ResumeThreadMethod · 0.80
UnbindMethod · 0.45

Tested by

no test coverage detected