Skip to content

Commit 7916c07

Browse files
authored
Document AllowDisplayOfMultiplayerCashText (#1310)
* Document AllowDisplayOfMultiplayerCashText * fix param
1 parent 2ee7ec4 commit 7916c07

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
ns: HUD
3+
aliases: ["0xE67C6DFD386EA5E7"]
4+
---
5+
## ALLOW_DISPLAY_OF_MULTIPLAYER_CASH_TEXT
6+
7+
```c
8+
// 0xE67C6DFD386EA5E7 0x5476B9FD
9+
void ALLOW_DISPLAY_OF_MULTIPLAYER_CASH_TEXT(BOOL allow);
10+
```
11+
Before:
12+
![](https://imgur.com/a/RF1JHOS)
13+
After:
14+
![](https://imgur.com/a/Z8LnHHc)
15+
16+
## Parameters
17+
* **allow**: Toggles if MP Cash HUD displays 'Cash' and 'Bank' texts before the balance.
18+

HUD/N_0xe67c6dfd386ea5e7.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)