AGS.Editor.DataFileWriter.GUIsWriter.WriteGUIControl C# (CSharp) 메소드

WriteGUIControl() 개인적인 메소드

private WriteGUIControl ( AGS.Types.GUIControl control, int flags ) : void
control AGS.Types.GUIControl
flags int
리턴 void
            private void WriteGUIControl(GUIControl control, int flags)
            {
                WriteGUIControl(control, flags, new string[0]);
            }

Same methods

DataFileWriter.GUIsWriter::WriteGUIControl ( AGS.Types.GUIControl control, int flags, string events ) : void