Skip to content

mtasa-typescript/mtasa-wiki-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 MTASA Wiki Dump

Parsed and generated via wiki-parser

Contains data about MTASA Server, Client and Shared Functions and events.

Used for generation TypeScript type definitions in wiki-parser.

Do not edit dump files manually. Changes will be overwritten by code-generation

How to use

The entire dump list import:

from to_python.dump import DUMP_FUNCTIONS
from to_python.dump import DUMP_EVENTS
from to_python.dump import DUMP_OOPS

URL List import:

from to_python.dump.url_list import URL_LIST
from to_python.dump.url_list import URL_LIST_EVENT

Data Structure

All data structures described in mtasa-wiki-parser

Releases

No releases published

Packages

No packages published

Languages