DGS Functions and GUI Functions: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "none = no gui function for it dgs support new functions dgsGetPosition || >from dgs to gui> || guiGetPosition dgsSetPosition || >from dgs to gui> || guiGetPosition dgsGetPar...")
 
(Blanked the page)
Line 1: Line 1:
none = no gui function for it
dgs support new functions


dgsGetPosition || >from dgs to gui> || guiGetPosition
dgsSetPosition || >from dgs to gui> || guiGetPosition
dgsGetParent || >from dgs to gui> || none
dgsSetParent || >from dgs to gui> || none
dgsGetChild || >from dgs to gui> || none
dgsGetChildren || >from dgs to gui> || none
dgsGetSize || >from dgs to gui> || guiGetSize
dgsSetSize || >from dgs to gui> || guiSetSize
dgsGetType || >from dgs to gui> || none
dgsSetLayer || >from dgs to gui> || none
dgsGetLayer || >from dgs to gui> || none
dgsSetCurrentLayerIndex || >from dgs to gui> || none
dgsGetCurrentLayerIndex || >from dgs to gui> || none
dgsGetLayerElements || >from dgs to gui> || none
dgsGetProperty || >from dgs to gui> || guiGetProperty
dgsGetProperty || >from dgs to gui> || guiGetProperty
dgsSetPropertyInherit || >from dgs to gui> || none
dgsGetProperties || >from dgs to gui> || guiGetProperties
dgsSetProperties || >from dgs to gui> || guiSetProperties
dgsGetVisible || >from dgs to gui> || guiGetVisible
dgsSetVisible || >from dgs to gui> || guiSetVisible
dgsGetEnabled || >from dgs to gui> || guiGetEnabled
dgsSetEnabled || >from dgs to gui> || guiSetEnabled
dgsGetSide || >from dgs to gui> || none
dgsSetSide || >from dgs to gui> || none
dgsGetAlpha || >from dgs to gui> || guiGetAlpha
dgsSetAlpha || >from dgs to gui> || guiSetAlpha
dgsGetFont || >from dgs to gui> || guiGetFont
dgsSetFont || >from dgs to gui> || guiSetFont
dgsGetText || >from dgs to gui> || guiGetText
dgsSetText || >from dgs to gui> || guiSetText
dgsCreateFont || >from dgs to gui> || guiCreateFont
dgsBringToFront || >from dgs to gui> || guiBringToFront
dgsGetMouseEnterGUI || >from dgs to gui> || none
dgsGetMouseLeaveGUI || >from dgs to gui> || none
dgsGetSystemFont || >from dgs to gui> || none
dgsSetSystemFont || >from dgs to gui> || none
dgsGetDxGUINoParent || >from dgs to gui> || none
dgsGetDxGUIFromResource || >from dgs to gui> || none
dgsGetFocusedGUI || >from dgs to gui> || none
dgsRoundUp || >from dgs to gui> || none
dgsSetRoundUpPoints || >from dgs to gui> || none
dgsGetRoundUpPoints || >from dgs to gui> || none
dgsGetExportedFunctionName || >from dgs to gui> || none
dgsImportFunction || >from dgs to gui> || none
dgsImportOOPClass || >from dgs to gui> || none
dgsSetRenderSetting || >from dgs to gui> || none
dgsGetRenderSetting || >from dgs to gui> || none
dgsSimulateClick || >from dgs to gui> || none
dgsGetRootElement || >from dgs to gui> || none
dgsTranslationTableExists || >from dgs to gui> || none
dgsSetTranslationTable || >from dgs to gui> || none
dgsAttachToTranslation || >from dgs to gui> || none
dgsDetachFromTranslation || >from dgs to gui> || none
dgsSetAttachTranslation || >from dgs to gui> || none
dgsGetTranslationName || >from dgs to gui> || none
dgsAnimTo || >from dgs to gui> || none
dgsIsAniming || >from dgs to gui> || none
dgsStopAniming || >from dgs to gui> || none
dgsMoveTo || >from dgs to gui> || none
dgsIsMoving || >from dgs to gui> || none
dgsStopMoving || >from dgs to gui> || none
dgsSizeTo || >from dgs to gui> || none
dgsIsSizing || >from dgs to gui> || none
dgsStopSizing || >from dgs to gui> || none
dgsAlphaTo || >from dgs to gui> || none
dgsIsAlphaing || >from dgs to gui> || none
dgsStopAlphaing || >from dgs to gui> || none
dgsAddEasingFunction || >from dgs to gui> || none
dgsRemoveEasingFunction || >from dgs to gui> || none
dgsEasingFunctionExists || >from dgs to gui> || none
dgsCreate3DInterface || >from dgs to gui> || none
dgs3DInterfaceGetBlendMode || >from dgs to gui> || none
dgs3DInterfaceSetBlendMode || >from dgs to gui> || none
dgs3DInterfaceGetPosition || >from dgs to gui> || none
dgs3DInterfaceSetPosition || >from dgs to gui> || none
dgs3DInterfaceGetSize || >from dgs to gui> || none
dgs3DInterfaceSetSize || >from dgs to gui> || none
dgs3DInterfaceGetResolution || >from dgs to gui> || none
dgs3DInterfaceSetResolution || >from dgs to gui> || none
dgs3DInterfaceAttachToElement || >from dgs to gui> || none
dgs3DInterfaceIsAttached || >from dgs to gui> || none
dgs3DInterfaceDetachFromElement || >from dgs to gui> || none
dgs3DInterfaceSetAttachedOffsets || >from dgs to gui> || none
dgs3DInterfaceGetAttachedOffsets || >from dgs to gui> || none
dgsCreateArrowList || >from dgs to gui> || none
dgsArrowListAddItem || >from dgs to gui> || none
dgsArrowListRemoveItem || >from dgs to gui> || none
dgsArrowListSetItemText || >from dgs to gui> || none
dgsArrowListGetItemText || >from dgs to gui> || none
dgsArrowListSetItemValue || >from dgs to gui> || none
dgsArrowListGetItemValue || >from dgs to gui> || none
dgsArrowListSetItemRange || >from dgs to gui> || none
dgsArrowListGetItemRange || >from dgs to gui> || none
dgsArrowListSetItemTranslationTable || >from dgs to gui> || none
dgsArrowListGetItemTranslationTable || >from dgs to gui> || none
dgsArrowListSetItemStep || >from dgs to gui> || none
dgsArrowListGetItemStep || >from dgs to gui> || none
dgsArrowListGetItemTranslatedValue || >from dgs to gui> || none
dgsArrowListClear || >from dgs to gui> || none
dgsCreateBrowser || >from dgs to gui> || guiCreateBrowser
dgsCreateButton || >from dgs to gui> || guiCreateBrowser
dgsCreateCheckBox || >from dgs to gui> || guiCreateCheckBox
dgsCheckBoxGetSelected || >from dgs to gui> || guiCheckBoxGetSelected
dgsCheckBoxSetSelected || >from dgs to gui> || guiCheckBoxSetSelected
dgsCreateComboBox || >from dgs to gui> || guiCreateComboBox
dgsComboBoxAddItem || >from dgs to gui> || guiComboBoxAddItem
dgsComboBoxRemoveItem || >from dgs to gui> || guiComboBoxRemoveItem
dgsComboBoxSetItemText || >from dgs to gui> || guiComboBoxSetItemText
dgsComboBoxGetItemText || >from dgs to gui> || guiComboBoxGetItemText
dgsComboBoxClear || >from dgs to gui> || guiComboBoxClear
dgsComboBoxSetSelectedItem || >from dgs to gui> || guiComboBoxSetSelected
dgsComboBoxGetSelectedItem || >from dgs to gui> || guiComboBoxGetSelected
dgsComboBoxSetItemColor || >from dgs to gui> || none
dgsComboBoxGetItemColor || >from dgs to gui> || none
dgsComboBoxGetState || >from dgs to gui> || none
dgsComboBoxSetState || >from dgs to gui> || none
dgsComboBoxGetBoxHeight || >from dgs to gui> || none
dgsComboBoxSetBoxHeight || >from dgs to gui> || none
dgsComboBoxGetScrollBar || >from dgs to gui> || none
dgsComboBoxSetScrollPosition || >from dgs to gui> || none
dgsComboBoxGetScrollPosition || >from dgs to gui> || none
dgsComboBoxGetCaptionText || >from dgs to gui> || none
dgsComboBoxSetCaptionText || >from dgs to gui> || none
dgsCreateEdit || >from dgs to gui> || guiCreateEdit
dgsEditMoveCaret || >from dgs to gui> || none
dgsEditGetCaretPosition || >from dgs to gui> || none
dgsEditSetCaretPosition || >from dgs to gui> || none
dgsEditSetCaretStyle || >from dgs to gui> || none
dgsEditGetCaretStyle || >from dgs to gui> || none
dgsEditSetWhiteList || >from dgs to gui> || none
dgsEditGetMaxLength || >from dgs to gui> || guiEditGetMaxLength
dgsEditSetMaxLength || >from dgs to gui> || guiEditSetMaxLength
dgsEditSetReadOnly || >from dgs to gui> || guiEditSetReadOnly
dgsEditGetReadOnly || >from dgs to gui> || guiEditGetReadOnly
dgsEditSetMasked || >from dgs to gui> || guiEditSetMasked
dgsEditGetMasked || >from dgs to gui> || guiEditGetMasked
dgsEditSetUnderlined || >from dgs to gui> || none
dgsEditGetUnderlined || >from dgs to gui> || none
dgsEditSetHorizontalAlign || >from dgs to gui> || guiEditSetHorizontalAlign
dgsEditSetVerticalAlign || >from dgs to gui> || guiEditSetVerticalAlign
dgsEditGetHorizontalAlign || >from dgs to gui> || none
dgsEditGetVerticalAlign || >from dgs to gui> || none
dgsCreateEDA || >from dgs to gui> || none
dgsEDASetDebugModeEnabled || >from dgs to gui> || none
dgsEDAGetDebugModeEnabled || >from dgs to gui> || none
dgsCreateDetectArea || >from dgs to gui> || none
dgsDetectAreaSetFunction || >from dgs to gui> || none
dgsCreateGridList || >from dgs to gui> || guiCreateGridList
dgsGridListGetScrollBar || >from dgs to gui> || none
dgsGridListSetScrollPosition || >from dgs to gui> || none
dgsGridListGetScrollPosition || >from dgs to gui> || none
dgsGridListResetScrollBarPosition || >from dgs to gui> || none
dgsGridListSetColumnRelative || >from dgs to gui> || none
dgsGridListGetColumnRelative || >from dgs to gui> || none
dgsGridListAddColumn || >from dgs to gui> || guiGridListAddColumn
dgsGridListGetColumnCount || >from dgs to gui> || guiGridListGetColumnCount
dgsGridListRemoveColumn || >from dgs to gui> || guiGridListRemoveColumn
dgsGridListGetColumnAllWidth || >from dgs to gui> || none
dgsGridListGetColumnWidth || >from dgs to gui> || guiGridListGetColumnWidth
dgsGridListSetColumnWidth || >from dgs to gui> || guiGridListSetColumnWidth
dgsGridListGetColumnTitle || >from dgs to gui> || guiGridListGetColumnTitle
dgsGridListSetColumnTitle || >from dgs to gui> || guiGridListSetColumnTitle
dgsGridListAddRow || >from dgs to gui> || guiGridListAddRow
dgsGridListRemoveRow || >from dgs to gui> || guiGridListRemoveRow
dgsGridListClearRow || >from dgs to gui> || none
dgsGridListClearColumn || >from dgs to gui> || none
dgsGridListClear || >from dgs to gui> || guiGridListClear
dgsGridListGetRowCount || >from dgs to gui> || guiGridListGetRowCount
dgsGridListSetItemText || >from dgs to gui> || guiGridListSetItemText
dgsGridListGetItemText || >from dgs to gui> || guiGridListGetItemText
dgsGridListGetSelectedItem || >from dgs to gui> || guiGridListGetSelectedItem
dgsGridListSetSelectedItem || >from dgs to gui> || guiGridListSetSelectedItem
dgsGridListSetItemColor || >from dgs to gui> || guiGridListSetItemColor
dgsGridListGetItemColor || >from dgs to gui> || guiGridListGetItemColor
dgsGridListSetItemData || >from dgs to gui> || guiGridListSetItemData
dgsGridListGetItemData || >from dgs to gui> || guiGridListGetItemData
dgsGridListSetItemImage || >from dgs to gui> || none
dgsGridListGetItemImage || >from dgs to gui> || none
dgsGridListRemoveItemImage || >from dgs to gui> || none
dgsGridListGetRowBackGroundImage || >from dgs to gui> || none
dgsGridListSetRowBackGroundImage || >from dgs to gui> || none
dgsGridListSetRowBackGroundColor || >from dgs to gui> || none
dgsGridListGetRowBackGroundColor || >from dgs to gui> || none
dgsGridListSetRowAsSection || >from dgs to gui> || none
dgsGridListSelectItem || >from dgs to gui> || none
dgsGridListItemIsSelected || >from dgs to gui> || none
dgsGridListSetMultiSelectionEnabled || >from dgs to gui> || none
dgsGridListGetMultiSelectionEnabled || >from dgs to gui> || none
dgsGridListSetSelectionMode || >from dgs to gui> || dgsGridListGetSelectionMode
dgsGridListGetSelectionMode || >from dgs to gui> || none
dgsGridListGetSelectedItems || >from dgs to gui> || GUIGridListGetSelectedItems
dgsGridListSetSelectedItems || >from dgs to gui> || none
dgsGridListSetSortFunction || >from dgs to gui> || none
dgsGridListSetAutoSortEnabled || >from dgs to gui> || none
dgsGridListGetAutoSortEnabled || >from dgs to gui> || none
dgsGridListSetSortEnabled || >from dgs to gui> || none
dgsGridListGetSortEnabled || >from dgs to gui> || none
dgsGridListSetSortColumn || >from dgs to gui> || none
dgsGridListGetSortColumn || >from dgs to gui> || none
dgsGridListGetEnterColumn
dgsGridListSort || >from dgs to gui> || none
dgsCreateImage || >from dgs to gui> || dgsCreateStaticImage
dgsImageSetImage || >from dgs to gui> || guiStaticImageLoadImage
dgsImageGetImage || >from dgs to gui> || none
dgsImageSetUVSize || >from dgs to gui> || none
dgsImageGetUVSize || >from dgs to gui> || none
dgsImageSetUVPosition || >from dgs to gui> || none
dgsImageGetUVPosition || >from dgs to gui> || none
dgsCreateMemo || >from dgs to gui> || guiCreateMemo
dgsMemoMoveCaret || >from dgs to gui> || none
dgsMemoSeekPosition || >from dgs to gui> || none
dgsMemoGetScrollBar || >from dgs to gui> || none
dgsMemoSetScrollPosition || >from dgs to gui> || guiMemoSetVerticalScrollPosition
dgsMemoGetScrollPosition || >from dgs to gui> || guiMemoGetVerticalScrollPosition
dgsMemoSetCaretPosition || >from dgs to gui> || none
dgsMemoGetCaretPosition || >from dgs to gui> || none
dgsMemoSetCaretStyle || >from dgs to gui> || none
dgsMemoGetCaretStyle || >from dgs to gui> || none
dgsMemoSetReadOnly || >from dgs to gui> || guiMemoSetReadOnly
dgsMemoGetReadOnly || >from dgs to gui> || none
dgsMemoGetPartOfText || >from dgs to gui> || none
dgsMemoDeleteText || >from dgs to gui> || none
dgsMemoInsertText || >from dgs to gui> || none
dgsMemoClearText || >from dgs to gui> || none
dgsCreateLabel || >from dgs to gui> || guiCreateLabel
dgsLabelSetColor || >from dgs to gui> || guiLabelSetColor
dgsLabelGetColor || >from dgs to gui> || guiLabelGetColor
dgsLabelSetHorizontalAlign || >from dgs to gui> || guiLabelSetHorizontalAlign
dgsLabelGetHorizontalAlign || >from dgs to gui> || none
dgsLabelSetVerticalAlign || >from dgs to gui> || guiLabelSetVerticalAlign
dgsLabelGetVerticalAlign || >from dgs to gui> || none
dgsCreateProgressBar || >from dgs to gui> || guiCreateProgressBar
dgsProgressBarGetProgress || >from dgs to gui> || guiProgressBarGetProgress
dgsProgressBarSetProgress || >from dgs to gui> || guiProgressBarSetProgress
dgsProgressBarGetMode || >from dgs to gui> || none
dgsProgressBarGetMode || >from dgs to gui> || none
dgsCreateRadioButton || >from dgs to gui> || guiCreateRadioButton
dgsRadioButtonGetSelected || >from dgs to gui> || guiRadioButtonGetSelected
dgsRadioButtonSetSelected || >from dgs to gui> || guiRadioButtonSetSelected
dgsCreateScrollBar || >from dgs to gui> || guiCreateScrollBar
dgsScrollBarSetScrollPosition || >from dgs to gui> || guiScrollBarSetScrollPosition
dgsScrollBarGetScrollPosition || >from dgs to gui> || guiScrollBarGetScrollPosition
dgsScrollBarSetScrollSize || >from dgs to gui> || none
dgsScrollBarGetScrollSize || >from dgs to gui> || none
dgsScrollBarSetLocked || >from dgs to gui> || none
dgsScrollBarGetLocked || >from dgs to gui> || none
dgsCreateScrollPane || >from dgs to gui> || guiCreateScrollPane
dgsScrollPaneGetScrollBar || >from dgs to gui> || none
dgsScrollPaneSetScrollPosition || >from dgs to gui> || none
dgsScrollPaneGetScrollPosition || >from dgs to gui> || none
dgsScrollPaneSetScrollBarState || >from dgs to gui> || none
dgsScrollPaneGetScrollBarState || >from dgs to gui> || none
dgsCreateSwitchButton || >from dgs to gui> || none
dgsSwitchButtonGetState || >from dgs to gui> || none
dgsSwitchButtonSetState || >from dgs to gui> || none
dgsSwitchButtonSetText || >from dgs to gui> || none
dgsSwitchButtonGetText || >from dgs to gui> || none
dgsCreateTabPanel || >from dgs to gui> || guiCreateTabPanel
dgsCreateTab || >from dgs to gui> || guiCreateTab
dgsGetSelectedTab || >from dgs to gui> || guiGetSelectedTab
dgsSetSelectedTab || >from dgs to gui> || guiSetSelectedTab
dgsTabPanelGetTabFromID || >from dgs to gui> || none
dgsTabPanelMoveTab || >from dgs to gui> || none
dgsTabPanelGetTabID || >from dgs to gui> || none
dgsDeleteTab || >from dgs to gui> || guiDeleteTab
dgsCreateWindow || >from dgs to gui> || guiCreateWindow
dgsWindowSetSizable || >from dgs to gui> || guiWindowSetSizable
dgsWindowSetMovable || >from dgs to gui> || guiWindowSetMovable
dgsCloseWindow || >from dgs to gui> || none
dgsWindowSetCloseButtonEnabled || >from dgs to gui> || none
dgsWindowGetCloseButtonEnabled || >from dgs to gui> || none
dgsWindowGetCloseButton || >from dgs to gui> || none
dgsCreateMediaBrowser || >from dgs to gui> || none
dgsMediaLoadMedia || >from dgs to gui> || none
dgsMediaGetMediaPath || >from dgs to gui> || none
dgsMediaClearMedia || >from dgs to gui> || none
dgsMediaIsStreamMedia || >from dgs to gui> || none
dgsMediaPlay || >from dgs to gui> || none
gsMediaPause || >from dgs to gui> || none
dgsMediaStop || >from dgs to gui> || none
dgsMediaSetSize || >from dgs to gui> || none
dgsMediaSetFilled || >from dgs to gui> || none
dgsMediaGetFilled || >from dgs to gui> || none
dgsMediaSetFullScreen || >from dgs to gui> || none
dgsMediaGetDuration || >from dgs to gui> || none
dgsMediaGetCurrentPosition || >from dgs to gui> || none
dgsMediaSetCurrentPosition || >from dgs to gui> || none
dgsMediaGetLooped || >from dgs to gui> || none
dgsMediaSetLooped || >from dgs to gui> || none

Revision as of 10:22, 23 September 2018