-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add CreateScriptInstance #692
Add CreateScriptInstance #692
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.
looks good, checked the offsets in ghidra 👍
didn't test in game.
Ok, genuinely, how can this be even tested? |
Usually the approach is to have a small PoC script mod that highlights the change. I don't understand enough atm to tell you whether that would make sense in this case ^^" |
Unfortunately, no known part of the codebase (outside of #691) uses pushobject/createscriptinstance. My guess is that #691 will test this by proxy? |
I did test the server offsets in a plugin :p |
Maybe we just merge without further testing ig? |
Yeah, just merge it. |
Aight consider it merged. I might just gonna put a few more fixes in front to reduce the amount of cherry-picking I have to do ^^ |
Wow this got finally merged |
Adds a function that converts entities to SQObjects to the SquirrelManagers.