C# Class AGS.Plugin.Lua.SimpleLuaValueEditor

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: duncanc/Lua-for-AGS

Public Methods

Method Description
SimpleLuaValueEditor ( LuaForAGSEditorComponent component, AGS.Plugin.Lua.VisualLuaTableValue parentTable, VisualLuaValueType newValueType ) : System

Private Methods

Method Description
CancelyButton_Click ( object sender, EventArgs e ) : void
ConfirmButton_Click ( object sender, EventArgs e ) : void
SimpleLuaValueEditor_Load ( object sender, EventArgs e ) : void

Method Details

SimpleLuaValueEditor() public method

public SimpleLuaValueEditor ( LuaForAGSEditorComponent component, AGS.Plugin.Lua.VisualLuaTableValue parentTable, VisualLuaValueType newValueType ) : System
component LuaForAGSEditorComponent
parentTable AGS.Plugin.Lua.VisualLuaTableValue
newValueType VisualLuaValueType
return System