Skip to content

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

Merged
merged 12 commits into from
Dec 18, 2024
Merged

update [2] #22

merged 12 commits into from
Dec 18, 2024

Conversation

PliskinDev
Copy link
Contributor

No description provided.

@TheRouletteBoi TheRouletteBoi self-requested a review December 15, 2024 06:21
Copy link
Owner

@TheRouletteBoi TheRouletteBoi left a 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*"
Copy link
Owner

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*",
Copy link
Owner

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*",
Copy link
Owner

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

@PliskinDev
Copy link
Contributor Author

done

@TheRouletteBoi
Copy link
Owner

done

json failed validation. Please fix the typo

@PliskinDev
Copy link
Contributor Author

done

json failed validation. Please fix the typo

fixed

@TheRouletteBoi TheRouletteBoi merged commit b6340b9 into TheRouletteBoi:master Dec 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants