-
Notifications
You must be signed in to change notification settings - Fork 109
VScript API #1229
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
base: master
Are you sure you want to change the base?
VScript API #1229
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.
vscript.inc
line 9 - vaires -> varies
line 114 - it's -> its
line 317 - Return whenever if -> Return whether or not(?)
hehe
typo fixes like that should go into the upstream vscript repo |
NOTE: hasn't had a lot of testing in real scripts
Requirements (which are very incompatible with 64-bit):
Before vscript, checkpoints only saved these because maps couldn't do much:
(note the lack of player_speedmod disabled-buttons in there! I still need to add that TODO!)Since you can do a lot of funky stuff with vscript (and a mapper is already asking for vscript checkpoint support), these are the vscript/squirrel API I think should be enough.
And thank gosh I added
StringMap cp_cache_t::customdata
for this kind of thing a million years ago!TODO: