Quote:
|
Originally Posted by Votorx
Lets say I hook a function in hl to register_forward. What would it do? Would I be able to edit that function in my plugin or do I forward it to a function in my plugin and do something when the hooked function is called?
|
What ever you want dude. The forward is called when certain things happen. For instance, server_frame is called every server frame, vexd_touch is called whenever things touch.
So basically, you hook a function from HL, and whenever that function is used, it calls your forward, which runs a function.
So I have no idea WHAT your trying to ask,b ut thats how forwards work.
__________________