Skip to content

Commit

Permalink
Update decorator types (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGrobbe authored Jan 22, 2022
1 parent 18cef06 commit 1d8c12d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion DECORATOR/DecorRegister.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,17 @@ ns: DECORATOR
void DECOR_REGISTER(char* propertyName, int type);
```
Decor types:
```
https://alloc8or.re/gta5/doc/enums/eDecorType.txt
enum eDecorType
{
DECOR_TYPE_FLOAT = 1,
DECOR_TYPE_BOOL = 2,
DECOR_TYPE_INT = 3,
DECOR_TYPE_UNK = 4,
DECOR_TYPE_TIME = 5
};
```
## Parameters
Expand Down

0 comments on commit 1d8c12d

Please sign in to comment.