Skip to content

Commit

Permalink
Update constants documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Haru <[email protected]>
  • Loading branch information
MishimaHaruna committed Aug 12, 2023
1 parent 2a76710 commit 60c315c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 22 deletions.
28 changes: 17 additions & 11 deletions doc/constants_pre-re.md
Original file line number Diff line number Diff line change
Expand Up @@ -3816,17 +3816,6 @@
- `MOUNT_DRAGON_BLUE`: 7
- `MOUNT_DRAGON_RED`: 8

### Gettime Types

- `GETTIME_SECOND`: 1
- `GETTIME_MINUTE`: 2
- `GETTIME_HOUR`: 3
- `GETTIME_WEEKDAY`: 4
- `GETTIME_DAYOFMONTH`: 5
- `GETTIME_MONTH`: 6
- `GETTIME_YEAR`: 7
- `GETTIME_DAYOFYEAR`: 8

### gettimer

- `TIMER_COUNT`: 0
Expand Down Expand Up @@ -5358,6 +5347,23 @@
- `QINFO_QUEST`: 7
- `QINFO_MERCENARY_CLASS`: 8

### Gettime Types

- `GETTIME_SECOND`: 1
- `GETTIME_MINUTE`: 2
- `GETTIME_HOUR`: 3
- `GETTIME_WEEKDAY`: 4
- `GETTIME_DAYOFMONTH`: 5
- `GETTIME_MONTH`: 6
- `GETTIME_YEAR`: 7
- `GETTIME_DAYOFYEAR`: 8

### Gettimetick Types

- `GETTIMETICK_SYSTEM_MS`: 0
- `GETTIMETICK_HOUROFDAY_S`: 1
- `GETTIMETICK_UNIXTIME`: 2

### function types

- `FUNCTION_IS_COMMAND`: 1
Expand Down
28 changes: 17 additions & 11 deletions doc/constants_re.md
Original file line number Diff line number Diff line change
Expand Up @@ -3816,17 +3816,6 @@
- `MOUNT_DRAGON_BLUE`: 7
- `MOUNT_DRAGON_RED`: 8

### Gettime Types

- `GETTIME_SECOND`: 1
- `GETTIME_MINUTE`: 2
- `GETTIME_HOUR`: 3
- `GETTIME_WEEKDAY`: 4
- `GETTIME_DAYOFMONTH`: 5
- `GETTIME_MONTH`: 6
- `GETTIME_YEAR`: 7
- `GETTIME_DAYOFYEAR`: 8

### gettimer

- `TIMER_COUNT`: 0
Expand Down Expand Up @@ -5358,6 +5347,23 @@
- `QINFO_QUEST`: 7
- `QINFO_MERCENARY_CLASS`: 8

### Gettime Types

- `GETTIME_SECOND`: 1
- `GETTIME_MINUTE`: 2
- `GETTIME_HOUR`: 3
- `GETTIME_WEEKDAY`: 4
- `GETTIME_DAYOFMONTH`: 5
- `GETTIME_MONTH`: 6
- `GETTIME_YEAR`: 7
- `GETTIME_DAYOFYEAR`: 8

### Gettimetick Types

- `GETTIMETICK_SYSTEM_MS`: 0
- `GETTIMETICK_HOUROFDAY_S`: 1
- `GETTIMETICK_UNIXTIME`: 2

### function types

- `FUNCTION_IS_COMMAND`: 1
Expand Down

0 comments on commit 60c315c

Please sign in to comment.