-
Notifications
You must be signed in to change notification settings - Fork 5
update [2] #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update [2] #22
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my comments and make changes.
schema.json
Outdated
@@ -67,12 +67,13 @@ | |||
"Vector3*", | |||
"Vector2", | |||
"Vehicle", "Vehicle*", | |||
"Volume", "Volume*" | |||
"Volume", "Volume*", | |||
"Weapon", "Weapon*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weapon Type should not to a type in native.h. Keep as int
schema.json
Outdated
@@ -51,6 +51,7 @@ | |||
"Any", "Any*", | |||
"Blip", "Blip*", | |||
"Cam", "Cam*", | |||
"Faction", "Faction*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove Faction type and use int. These are not common enough to be made a type.
schema.json
Outdated
@@ -56,6 +56,7 @@ | |||
"Hash", "Hash*", | |||
"Iterator", "Iterator*", | |||
"IteratorSet", "IteratorSet*", | |||
"Journal", "Journal*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Journal
you can use JournalHandle
because it can be used for a class name. Too common to be using Journal
done |
json failed validation. Please fix the typo |
fixed |
No description provided.