From 49e4705cd7866ab7d62c31a113b4252eda4f7f46 Mon Sep 17 00:00:00 2001 From: Alex Redding Date: Sat, 25 Jan 2025 16:04:57 +0000 Subject: [PATCH] Update DrawMarker_2.md --- GRAPHICS/DrawMarker_2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GRAPHICS/DrawMarker_2.md b/GRAPHICS/DrawMarker_2.md index aca504263..e04ddb6ff 100644 --- a/GRAPHICS/DrawMarker_2.md +++ b/GRAPHICS/DrawMarker_2.md @@ -6,7 +6,7 @@ aliases: ["0xE82728F0DE75D13A"] ```c // 0xE82728F0DE75D13A -void _DRAW_MARKER_2(int type, float posX, float posY, float posZ, float dirX, float dirY, float dirZ, float rotX, float rotY, float rotZ, float scaleX, float scaleY, float scaleZ, int red, int green, int blue, int alpha, BOOL bobUpAndDown, BOOL faceCamera, int p19, BOOL rotate, char* textureDict, char* textureName, BOOL drawOnEnts, BOOL p24); +void _DRAW_MARKER_2(int type, float posX, float posY, float posZ, float dirX, float dirY, float dirZ, float rotX, float rotY, float rotZ, float scaleX, float scaleY, float scaleZ, int red, int green, int blue, int alpha, BOOL bobUpAndDown, BOOL faceCamera, int rotationOrder, BOOL rotate, char* textureDict, char* textureName, BOOL drawOnEnts, BOOL p24); ``` ``` @@ -33,7 +33,7 @@ NativeDB Added Parameter 26: BOOL p25 * **alpha**: * **bobUpAndDown**: * **faceCamera**: -* **p19**: +* **rotationOrder**: * **rotate**: * **textureDict**: * **textureName**: