Skip to content

Commit

Permalink
Update DrawMarker_2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexr03 authored Jan 25, 2025
1 parent 66bd72b commit 49e4705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GRAPHICS/DrawMarker_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
```
```
Expand All @@ -33,7 +33,7 @@ NativeDB Added Parameter 26: BOOL p25
* **alpha**:
* **bobUpAndDown**:
* **faceCamera**:
* **p19**:
* **rotationOrder**:
* **rotate**:
* **textureDict**:
* **textureName**:
Expand Down

0 comments on commit 49e4705

Please sign in to comment.