MCPcopy Create free account
hub / github.com/SOUI2/soui / ExpLua_MessageBox

Function ExpLua_MessageBox

components/ScriptModule-LUA/src/exports/exp_msgbox.h:3–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <control/SMessageBox.h>
2
3BOOL ExpLua_MessageBox(lua_State *L)
4{
5 try{
6 lua_tinker::def(L,"SMessageBox",SMessageBox);
7 return TRUE;
8 }catch(...)
9 {
10 return FALSE;
11 }
12}

Callers 1

SOUI_Export_LuaFunction · 0.85

Calls 1

defFunction · 0.85

Tested by

no test coverage detected