Jump to content

[ Dead Download Link ] Metin2 UI Wrapper [ We Need You ]


Koray

Recommended Posts

  • Active Member

Index;

 

self.Board(parent, moveable, x, y, width, heigh)
self.ThinBoard(parent, moveable, x, y, width, heigh)
self.BoardWithTitleBar(parent, moveable, x, y, width, heigh)

self.BasicButton(parent, buttonName, x, y, func)
self.Button(parent, buttonName, tooltipText, x, y, func, UpVisual, OverVisual, DownVisual)
self.RadioButton(parent, buttonName, tooltipText, x, y, func, UpVisual, OverVisual, DownVisual)
self.ToggleButton(parent, text, tooltiptext, x, y, funcUp, funcDown, UpVisual, OverVisual, DownVisual)
self.DragButton(parent, func, UpVisual, OverVisual, DownVisual)
self.ResizeableButton(parent, x, y, width, heigh, text, tooltiptext, event)

self.RGB(r, g,b)
self.Box(parent, x, y, width, heigh, color)
self.Line(parent, x, y, width, heigh, color)
self.TextLine(parent, text, x, y)
self.EditLine(parent, text, x, y, width, heigh, max)
self.NumberLine(parent, path, number, x, y)
self.ComboBox(parent, text, x, y, width)
self.Gauge(parent, width, color, x, y)

self.ListBox(parent, x, y, width, heigh)
self.ListBox2(parent, x, y, width, heigh)
self.ListBoxEx(parent, x, y, width, heigh)

self.SlotBar(parent, x, y, width, heigh)
self.Bar(parent, x, y, width, heigh)
self.Bar3D(parent, x, y, width, heigh, color)
self.TitleBar(parent, x, y, width, color, event)
self.HorizontalBar(parent, x, y, width)
self.SliderBar(parent, x, y, width, heigh, event)
self.ProgressBar(parent, x, y, width, heigh, percentage)
self.ScrollBar(parent, width, heigh)

self.ImageBox(parent, image, x, y)
self.AniImageBox(parent, image, x, y)
self.ExpandedImageBox(parent, image, x, y, min, max)

self.SlotWindow(parent, x, y, width, heigh, emptyevent, selectItemEvent, itemInEvent, ItemOutEvent)
self.GridSlotWindow(parent, ItemInEvent, ItemOutEvent, x, y, width, heigh, SlotStartIndex, SlotXCount, SlotYCount, SlotXStep, SlotYStep, SlotXBlank, SlotYBlank)

self.Popup(text, width, acceptevent)
self.Input(text, length, acceptevent, cancelevent)
self.InputDescription(text, description,length, acceptevent, cancelevent)
self.InputDescription2(text, description, description2, length, acceptevent, cancelevent)
self.Question(text, width, acceptevent, cancelevent)
self.Question2(text, text2, width, acceptevent, cancelevent)
self.QuestionWithLimit(text, limit, width, acceptevent, cancelevent)

 


 

 

Call example:

from ui_wrapper import _ui
veriable = _ui().TextLine(parent, text, x, y)


Credits:

Eigenartig
Script:
This is the hidden content, please
  • Metin2 Dev 1
  • Love 2
Link to comment
Share on other sites

  • 8 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.