User contributions for Sybellex

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

22 October 2025

  • 20:2520:25, 22 October 2025 diff hist −1 AstrathNo edit summary current
  • 20:2520:25, 22 October 2025 diff hist −90 AstrathNo edit summary
  • 20:2520:25, 22 October 2025 diff hist −56 AstrathNo edit summary
  • 20:2420:24, 22 October 2025 diff hist −202 Astrath:createTabNo edit summary current
  • 20:2320:23, 22 October 2025 diff hist +2,340 N Astrath:createTabCreated page with "= DxTab:new = {{Client function}} {{FuncDef|element DxTab:new ( element parent, string text, table color, table hoverColor, table activeColor, table tabColor )}} '''Description:''' Creates a new tab element inside a `DxTabPanel`. Tabs are linked to a panel and their positions are automatically managed according to the panel layout. Only usable with a valid `DxTabPanel` parent. '''Parameters:''' * parent (element) – A `DxTabPanel` element where this tab will be attac..."
  • 20:1920:19, 22 October 2025 diff hist +2,529 N Astrath:createTabPanelCreated page with "= DxTabPanel:new = {{Client function}} {{FuncDef|element DxTabPanel:new ( float posX, float posY, float width, float height, element parent, boolean relative, table color, table tabColor, table activeColor, table hoverColor, string font, float fontsize, string style, string tabStyle )}} '''Description:''' Creates a new tab panel DX element. A tab panel can hold multiple tabs and manage their selection and hover states. Automatically adjusts child tab positions and size..." current
  • 20:1720:17, 22 October 2025 diff hist +1,657 N Astrath:createShapeCreated page with "= DxShape:new = {{Client function}} {{FuncDef|element DxShape:new ( float posX, float posY, float width, float height, element parent, boolean relative, table color )}} '''Description:''' Creates a new DX-based shape element. Shapes can have custom colors, hover effects, and rounded corners. Each shape instance is automatically registered in the DX library. '''Parameters:''' * posX, posY (float) – Position on screen. * width, height (float) – Size of the shape. *..." current
  • 20:1520:15, 22 October 2025 diff hist +2,281 N Astrath:createRadioCreated page with "= DxRadio:new = {{Client function}} {{FuncDef|element DxRadio:new ( string text, float posX, float posY, float width, float height, element parent, boolean relative, string key, string font, float fontsize )}} '''Description:''' Creates a new DX-based radio button element. Radio buttons are single-select controls grouped by a key, allowing only one selection per group. Each radio instance is automatically registered in the DX library. '''Parameters:''' * text (string)..." current
  • 20:1420:14, 22 October 2025 diff hist +2,253 N Astrath:createMemoCreated page with "= DxMemo:new = {{Client function}} {{FuncDef|element DxMemo:new ( string text, float posX, float posY, float width, float height, element parent, boolean relative, string font, float fontsize )}} '''Description:''' Creates a new DX-based memo element. Memos are multi-line text boxes that support scrolling, cursor positioning, text input, custom fonts, colors, and read-only mode. Each memo instance is automatically registered in the DX library. '''Parameters:''' * text..." current
  • 20:1220:12, 22 October 2025 diff hist +2,542 N Astrath:createLabelCreated page with "= DxLabel:new = {{Client function}} {{FuncDef|element DxLabel:new ( string text, float posX, float posY, float width, float height, element parent, boolean relative, string font, float fontsize, string horizontalAlign, string verticalAlign )}} '''Description:''' Creates a new DX-based label element. Labels display text, support parent-relative positioning, custom fonts, colors, alignment, and optional hover effects. Each label instance is automatically registered in th..." current
  • 20:1020:10, 22 October 2025 diff hist +67 Astrath:createImageNo edit summary current
  • 20:0320:03, 22 October 2025 diff hist +194 Astrath:createImageNo edit summary
  • 20:0120:01, 22 October 2025 diff hist +356 Astrath:createImageNo edit summary
  • 19:5919:59, 22 October 2025 diff hist +1,004 N Astrath:createImageCreated page with "= DxImage:new = {{Client function}} {{FuncDef|element DxImage:new ( string path, float posX, float posY, float width, float height, element parent, boolean relative )}} '''Description:''' Creates a DX image element. An image element displays a static image from a file on the screen. '''Parameters:''' path (string) – Path to the image file (must exist). posX, posY (float) – Position on screen. width, height (float) – Size of the image. parent (element) – P..."
  • 19:5619:56, 22 October 2025 diff hist +1,709 N Astrath:createHiddenCreated page with "= DxHidden:new = {{Client function}} {{FuncDef|element DxHidden:new ( float posX, float posY, float width, float height, element parent, boolean relative )}} '''Description:''' Creates a hidden DX element. Hidden elements are not drawn and can be used as containers or invisible parents for other DX elements. They can store position and size information and manage child elements. '''Parameters:''' * posX, posY (float) – Position on screen. * width, height (float)..." current
  • 19:5419:54, 22 October 2025 diff hist −118 Astrath:createGridListNo edit summary current
  • 19:5219:52, 22 October 2025 diff hist −4 Astrath:createGridListNo edit summary
  • 19:5219:52, 22 October 2025 diff hist +3,792 N Astrath:createGridListCreated page with "= DxGridlist:new = {{Client function}} {{FuncDef|element DxGridlist:new ( float posX, float posY, float width, float height, element parent, boolean relative, table columnSize, string font, float fontSize, table color, table headColor, table hoverColor, table activeColor, table scrollColor, table scrollBGColor )}} '''Description:''' Creates a new DX-based gridlist element. Gridlists display rows and columns of data, support scrolling, hover effects, row selection, and c..."
  • 19:4819:48, 22 October 2025 diff hist +2,726 N Astrath:createEditBoxCreated page with "= DxEdit:new / Astrath:createEditBox = {{Client function}} {{FuncDef|element DxEdit:new ( string text, float posX, float posY, float width, float height, element parent, boolean relative, string font, float fontsize, string placeholder )}} '''Description:''' Creates a new DX-based edit box element. Edit boxes allow text input with options for read-only mode, numeric-only input, hover effects, and color customization. Each edit box instance is automatically registered i..." current
  • 19:4419:44, 22 October 2025 diff hist −145 Astrath:createComboBox→‎DxCombobox:new / Astrath:createCombobox current
  • 19:4319:43, 22 October 2025 diff hist +3,359 N Astrath:createComboBoxCreated page with "= DxCombobox:new / Astrath:createCombobox = {{Client function}} {{FuncDef|element DxCombobox:new ( string text, float posX, float posY, float width, float height, element parent, boolean relative, string desc, number maxItems, table color, string font, float fontSize, table scrollColor, table scrollBGColor )}} '''Description:''' Creates a new DX-based combobox element. Comboboxes allow selecting from a list of items, support scrolling, hover effects, and color customiz..."
  • 19:4019:40, 22 October 2025 diff hist −25 Astrath:createCheckBox→‎DxCheckbox:new / Astrath:createCheckbox current
  • 19:4019:40, 22 October 2025 diff hist +2,374 N Astrath:createCheckBoxCreated page with "= DxCheckbox:new / Astrath:createCheckbox = {{Client function}} {{FuncDef|element DxCheckbox:new ( string text, float posX, float posY, float width, float height, element parent, boolean relative, string font, float fontsize )}} '''Description:''' Creates a new DX-based checkbox element. Checkboxes can be attached to parent elements, support hover effects, custom colors, and selection state. Each checkbox instance is automatically registered in the DX library. '''Para..."
  • 19:3719:37, 22 October 2025 diff hist −62 Astrath:createButton→‎DxButton:new current
  • 19:3719:37, 22 October 2025 diff hist −2 Astrath:createButtonNo edit summary
  • 19:3619:36, 22 October 2025 diff hist +110 Astrath:createButton→‎DxButton:new
  • 19:3319:33, 22 October 2025 diff hist +2,522 N Astrath:createButtonCreated page with "= DxButton:new = {{Client function}} {{FuncDef|element DxButton:new ( string text, float posX, float posY, float width, float height, element parent, boolean relative, table color, string font, float fontsize, string description, boolean isIcon, float iconWidth, float iconHeight )}} '''Description:''' Creates a new DX-based button element. Buttons can be attached to parent elements, support hover effects, custom colors, icons, fonts, and descriptions. Each button insta..."
  • 19:3119:31, 22 October 2025 diff hist +845 Astrath→‎Client Functions
  • 19:2319:23, 22 October 2025 diff hist +83 Astrath:createWindowNo edit summary current
  • 19:1019:10, 22 October 2025 diff hist −45 Astrath:createWindow→‎DxWindow:new
  • 19:0819:08, 22 October 2025 diff hist −24 Astrath:createWindow→‎DxWindow:new / Astrath:createWindow
  • 19:0719:07, 22 October 2025 diff hist +1,861 Astrath:createWindowNo edit summary
  • 18:5118:51, 22 October 2025 diff hist −26 Astrath:createWindow→‎Astrath:createWindow
  • 18:4918:49, 22 October 2025 diff hist +849 N Astrath:createWindowCreated page with "= Astrath:createWindow = {{Client function}} {{FuncDef|element Astrath:createWindow ( float x, float y, float width, float height, string title )}} '''Description:''' Creates a new DX-based window element. The window can then be shown, hidden, or manipulated using other Astrath functions. '''Parameters:''' * x (float) – The X position of the window on the screen * y (float) – The Y position of the window on the screen * width (float) – Width of the window * heig..."
  • 18:4818:48, 22 October 2025 diff hist −681 Astrath→‎Astrath

15 October 2025

21 October 2024

13 August 2024

  • 15:3815:38, 13 August 2024 diff hist +1,207 N User:SybellexCreated page with "==Syntax== <syntaxhighlight lang="lua"> bool addEvent ( string eventName [, bool allowRemoteTrigger = false ] ) </syntaxhighlight> ===Required Arguments=== *'''eventName:''' The name of the event you wish to create. ===Optional Arguments=== *'''allowRemoteTrigger:''' A boolean specifying whether this event can be called remotely using triggerClientEvent / triggerServerEvent or not. ===Returns=== Returns ''true'' if the event was added successfully, ''fal..."