Skip to content

Commit cfde894

Browse files
committed
2 parents 22bacd6 + a909524 commit cfde894

File tree

1,711 files changed

+10438
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,711 files changed

+10438
-124
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

elements/Drawing/dx-font.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: dx-font
2+
description: |
3+
The **DX font** class represents a custom typeface which can be used in the **Drawing functions**. A DX font is created with [dxCreateFont](/dxCreateFont) and can be used as a parameter in [dxDrawText](/dxDrawText).

elements/Drawing/shader.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: shader
2+
# In the old wiki, this element is a type of "material" element
3+
description: |
4+
The shader class represents a Microsoft HLSL Effect File(.fx) loaded by the client, which can be used instead of a texture when calling [dxDrawImage](/dxDrawImage).
5+
6+

elements/Drawing/texture.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: texture
2+
# In the old wiki, this element is a type of "material" element
3+
description: |
4+
The texture class represents a source of renderable pixels which can be used as an image with [dxDrawImage](/dxDrawImage), [dxDrawImageSection](/dxDrawImageSection) or as a value in [dxSetShaderValue](/dxSetShaderValue).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

elements/GUI/gui-font.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: gui-font
2+
description: |
3+
The **GUI font** class represents a custom typeface which can be applied to [GUI widgets](/GUI_widgets). A GUI font is created with [guiCreateFont](/guiCreateFont) and can then used as a parameter in [guiSetFont](/guiSetFont).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

elements/info.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

events/Account/onAccountCreate.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onAccountCreate
2+
name: onAccountCreate
3+
type: server
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onAccountDataChange
2+
name: onAccountDataChange
3+
type: server
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Account/onAccountRemove.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onAccountRemove
2+
name: onAccountRemove
3+
type: server
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientBrowserCreated
2+
name: onClientBrowserCreated
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientBrowserCursorChange
2+
name: onClientBrowserCursorChange
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientBrowserDocumentReady
2+
name: onClientBrowserDocumentReady
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientBrowserInputFocusChanged
2+
name: onClientBrowserInputFocusChanged
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientBrowserLoadingFailed
2+
name: onClientBrowserLoadingFailed
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientBrowserLoadingStart
2+
name: onClientBrowserLoadingStart
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientBrowserNavigate
2+
name: onClientBrowserNavigate
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientBrowserPopup
2+
name: onClientBrowserPopup
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientBrowserResourceBlocked
2+
name: onClientBrowserResourceBlocked
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientBrowserTooltip
2+
name: onClientBrowserTooltip
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientBrowserWhitelistChange
2+
name: onClientBrowserWhitelistChange
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Client/onConsole.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onConsole
2+
name: onConsole
3+
type: server
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientColShapeHit
2+
name: onClientColShapeHit
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientColShapeLeave
2+
name: onClientColShapeLeave
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Colshape/onColShapeHit.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onColShapeHit
2+
name: onColShapeHit
3+
type: server
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Colshape/onColShapeLeave.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onColShapeLeave
2+
name: onColShapeLeave
3+
type: server
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientElementColShapeHit
2+
name: onClientElementColShapeHit
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientElementColShapeLeave
2+
name: onClientElementColShapeLeave
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientElementDataChange
2+
name: onClientElementDataChange
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientElementDestroy
2+
name: onClientElementDestroy
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientElementDimensionChange
2+
name: onClientElementDimensionChange
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientElementModelChange
2+
name: onClientElementModelChange
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientElementStreamIn
2+
name: onClientElementStreamIn
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientElementStreamOut
2+
name: onClientElementStreamOut
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Element/onElementClicked.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onElementClicked
2+
name: onElementClicked
3+
type: server
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onElementColShapeHit
2+
name: onElementColShapeHit
3+
type: server
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onElementColShapeLeave
2+
name: onElementColShapeLeave
3+
type: server
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onElementDataChange
2+
name: onElementDataChange
3+
type: server
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Element/onElementDestroy.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onElementDestroy
2+
name: onElementDestroy
3+
type: server
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onElementDimensionChange
2+
name: onElementDimensionChange
3+
type: server
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onElementModelChange
2+
name: onElementModelChange
3+
type: server
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onElementStartSync
2+
name: onElementStartSync
3+
type: server
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Element/onElementStopSync.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onElementStopSync
2+
name: onElementStopSync
3+
type: server
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Input/onClientCharacter.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientCharacter
2+
name: onClientCharacter
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Input/onClientClick.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientClick
2+
name: onClientClick
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Input/onClientCursorMove.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientCursorMove
2+
name: onClientCursorMove
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Input/onClientDoubleClick.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientDoubleClick
2+
name: onClientDoubleClick
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Input/onClientGUIAccepted.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientGUIAccepted
2+
name: onClientGUIAccepted
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Input/onClientGUIBlur.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientGUIBlur
2+
name: onClientGUIBlur
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Input/onClientGUIChanged.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientGUIChanged
2+
name: onClientGUIChanged
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Input/onClientGUIClick.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientGUIClick
2+
name: onClientGUIClick
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientGUIComboBoxAccepted
2+
name: onClientGUIComboBoxAccepted
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Scraped from: https://wiki.multitheftauto.com/wiki/onClientGUIDoubleClick
2+
name: onClientGUIDoubleClick
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

0 commit comments

Comments
 (0)