AGS.Plugin.Lua.SimpleLuaValueEditor.SimpleLuaValueEditor C# (CSharp) Method

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
        public SimpleLuaValueEditor(LuaForAGSEditorComponent component, VisualLuaTableValue parentTable, VisualLuaValueType newValueType)
        {
            this.component = component;
            this.creatingType = newValueType;
            this.parentTable = parentTable;
            InitializeComponent();
        }