Luna_LWF_Button.Unregister C# (CSharp) Method

Unregister() public static method

public static Unregister ( Lua L ) : void
L Lua
return void
    public static void Unregister(Lua.lua_State L)
    {
        objects.Remove(L);
        objectIdentifiers.Remove(L);
    }

Usage Example

Beispiel #1
0
 public static void close(Lua.lua_State L)
 {
     Luna_LWF_LWF.Unregister(L);
     Luna_LWF_Button.Unregister(L);
     Luna_LWF_Movie.Unregister(L);
     Luna_LWF_Point.Unregister(L);
 }