Exposed SDKCall_Engine call type to use CVEngineServer methods#1648
Exposed SDKCall_Engine call type to use CVEngineServer methods#1648peace-maker merged 3 commits intoalliedmodders:masterfrom accelerator74:patch-1
Conversation
|
My mistake :( Didn't know it was |
? They are not the same. This was valid. |
|
I checked some functions and they work with |
|
Looked at this function again. It turns out that pointer is simply not very important to her, so in general the function is called as it should. Well, I'll reopen this PR if you think it should be :) |
Yes, they are separate interfaces with separate interface pointers. The PR is valid. |
peace-maker
left a comment
There was a problem hiding this comment.
Less gamedata for plugins through providing readily available pointers is great.
Similar to #1612 :)
I think this will be useful when used in plugins, where a pointer engine is needed. It will be convenient to use for vtable offsets to make it easier to call the necessary functions.