Y Hooks (Order of the callbacks)
#1

Basically I want to fix the order of the way the flow of control goes from the public callback to the hooked callback.

i.e.
public OnGameModeInit
printf("OGMI");

hook OnGameModeInit()
printf("hook OGMI");

OUTPUT:

hook OGMI
OGMI

---------------------------------

What I want is that the OUTPUT be like

OGMI
hook OGMI

---------------------------------

Any help would be appreciated.
Reply


Messages In This Thread
Y Hooks (Order of the callbacks) - by iSpark - 21.05.2018, 13:25
Re: Y Hooks (Order of the callbacks) - by SoFahim - 21.05.2018, 14:26
Re: Y Hooks (Order of the callbacks) - by iSpark - 21.05.2018, 15:01
Re: Y Hooks (Order of the callbacks) - by iSpark - 21.05.2018, 17:10

Forum Jump:


Users browsing this thread: 1 Guest(s)