Solved Does anyone know how to hook this method?

Status
Not open for further replies.

libModz

Awesome Active Platinian
Original poster
Jun 2, 2022
169
30
28
UK
void RPC(void*, string, enum, params object[])


So far I've hooked it like this...

void (*RPC)(void*, monoString*, int, void*);

The part I'm struggling with is the last argument "params object[]" which looks like an object array?
Not sure if this should be a void* or something else?

So far game is crashing when trying to pass parameters with RPC call, only got it working without.

Thanks.
 

DaRealPanDa

Co-Administrator
Staff member
Supporting-Team
Global Moderator
Social Media
Mar 12, 2018
6,893
15,733
2,120
27
Skyrim
Thread will be set to "solved" and closed.
When you're not happy with that just send me a message and i will re-open the thread for you.

Thanks.
 
Status
Not open for further replies.