Beispiel #1
0
    static int IntToEnum(IntPtr L)
    {
        int arg0 = (int)LuaDLL.lua_tonumber(L, 1);

        Nova.DialogueBoxController.DialogueUpdateMode o = (Nova.DialogueBoxController.DialogueUpdateMode)arg0;
        ToLua.Push(L, o);
        return(1);
    }
Beispiel #2
0
 static void Push(IntPtr L, Nova.DialogueBoxController.DialogueUpdateMode arg)
 {
     ToLua.Push(L, arg);
 }