mercredi 12 février 2014

Hooking inherited functions? topic




How would I go about hooking a function thats using inheritance? For example :


Code:


void  CGameSpawn::Execution(float Pos)
{
        //stuff.
}


Would be something like this? :

Code:


void(CGameSpawn::Execute)(float Pos);


- Thanks in advance.





Aucun commentaire:

Enregistrer un commentaire