Skip to content

Commit

Permalink
Update AddTextComponentSubstringKeyboardDisplay.md (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
coalaura authored Aug 9, 2024
1 parent ffc42ed commit ec20fcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HUD/AddTextComponentSubstringKeyboardDisplay.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ aliases: ["_ADD_TEXT_COMPONENT_STRING3","_ADD_TEXT_COMPONENT_SCALEFORM"]
void ADD_TEXT_COMPONENT_SUBSTRING_KEYBOARD_DISPLAY(char* string);
```
Certain characters like `<` will have to be escaped using html entities (e.g. `&lt;`), otherwise the text wont display properly.
## Parameters
* **string**:

0 comments on commit ec20fcd

Please sign in to comment.