Ejemplo n.º 1
0
    private static int Action_WWW_string(IntPtr L)
    {
        LuaScriptMgr.CheckArgsCount(L, 1);
        Delegate o = DelegateFactory.Action_WWW_string(LuaScriptMgr.GetLuaFunction(L, 1));

        LuaScriptMgr.Push(L, o);
        return(1);
    }