Skip to content

Commit d2d5233

Browse files
Add scraped functions and events from old wiki + python script to perform it
1 parent a1a1d1d commit d2d5233

File tree

1,646 files changed

+10168
-14
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,646 files changed

+10168
-14
lines changed

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

events/Input/onClientGUIFocus.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/onClientGUIFocus
2+
name: onClientGUIFocus
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/onClientGUIMouseDown
2+
name: onClientGUIMouseDown
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Input/onClientGUIMouseUp.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/onClientGUIMouseUp
2+
name: onClientGUIMouseUp
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

events/Input/onClientGUIMove.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/onClientGUIMove
2+
name: onClientGUIMove
3+
type: client
4+
description: THIS EVENT NEEDS DOCUMENTATION
5+
source_element:
6+
type: element
7+
description: TODO

0 commit comments

Comments
 (0)