Added GPL header to all files.
Item_CanDrop -> {CS,DOD}_Item_CanDrop
Added Ham_CS_Item_GetMaxSpeed
Reversed classname and callback parameters for RegisterHam.
Finished commenting ham_const.inc.
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
* @param post Whether or not to forward this in post.
|
||||
* @return Returns a handle to the forward. Use EnableHamForward/DisableHamForward to toggle the forward on or off.
|
||||
*/
|
||||
native HamHook:RegisterHam(Ham:function, const callback[], const entity[], post=0);
|
||||
native HamHook:RegisterHam(Ham:function, const EntityClassname[], const Callback[], Post=0);
|
||||
|
||||
/**
|
||||
* Stops a ham forward from triggering.
|
||||
|
||||
Reference in New Issue
Block a user