Skip to content

Commit

Permalink
name enum
Browse files Browse the repository at this point in the history
  • Loading branch information
coalaura committed Sep 22, 2024
1 parent febc1b3 commit 055064d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HUD/AddTextComponentSubstringTime.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ void ADD_TEXT_COMPONENT_SUBSTRING_TIME(int timestamp, int format);
Takes a time in milliseconds and converts it to a string. Use `~a~` to mark the position in your line of text where you want this substring inserted.
```cpp
enum {
enum eTimeFormat {
TEXT_FORMAT_MILLISECONDS = 1,
TEXT_FORMAT_SECONDS = 2,
TEXT_FORMAT_MINUTES = 4,
Expand Down

0 comments on commit 055064d

Please sign in to comment.