Astrath: Difference between revisions
Jump to navigation
Jump to search
(Resource Astrath) |
|||
Line 1: | Line 1: | ||
= Astrath = | = Astrath = | ||
''Astrath'' is a DirectX framework for MTA:SA developed by '''Magath'''. | ''Astrath'' is a DirectX framework for MTA:SA developed by '''Magath'''. | ||
It provides | It provides tools to create custom interfaces, animations, and other DX-based visuals. | ||
== Client Functions == | |||
* [[Astrath:createWindow]] – Creates a new DX-based window element | |||
Astrath:drawImage | * [[Astrath:drawImage]] – Draws an image on screen | ||
* [[Astrath:animateText]] – Animate text dynamically | |||
== Server Functions == | |||
* [[Astrath:loadResources]] – Load resources or assets on server | |||
== See Also == | == See Also == |
Revision as of 18:48, 22 October 2025
Astrath
Astrath is a DirectX framework for MTA:SA developed by Magath. It provides tools to create custom interfaces, animations, and other DX-based visuals.
Client Functions
- Astrath:createWindow – Creates a new DX-based window element
- Astrath:drawImage – Draws an image on screen
- Astrath:animateText – Animate text dynamically
Server Functions
- Astrath:loadResources – Load resources or assets on server