-
Notifications
You must be signed in to change notification settings - Fork 75
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
PAWN 4 backported natives #386
base: master
Are you sure you want to change the base?
Conversation
You'll probably want to also edit |
`%3$d` - Format the third parameter as an integer. `$*.*f` - Format the next parameter as a float, preceded by the width and digits in the parameters.
This issue has been automatically marked as stale because it has not had recent activity. |
I'm going to bump this PR, because it is no longer a secret why I want an updated VM as well as compiler... |
This issue has been automatically marked as stale because it has not had recent activity. |
This issue has been automatically marked as stale because it has not had recent activity. |
What this PR does / why we need it:
I did this before, but it was closed. Since then there's been some new discussion about runtime features as well as compiler features, so I'm re-opening this (with some minor improvements). It is various natives from PAWN 4.
Which issue(s) this PR fixes:
Fixes #
What kind of pull this is:
Additional Documentation: