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:
@ -117,7 +117,6 @@
|
||||
item_addduplicate 62
|
||||
item_getiteminfo 63
|
||||
item_candeploy 64
|
||||
item_candrop 65
|
||||
item_deploy 66
|
||||
item_canholster 68
|
||||
item_holster 69
|
||||
@ -150,6 +149,8 @@
|
||||
|
||||
cstrike_restart 4
|
||||
cstrike_roundrespawn 86
|
||||
cstrike_item_candrop 65
|
||||
cstrike_item_getmaxspeed 80
|
||||
|
||||
@end
|
||||
@section cstrike windows
|
||||
@ -225,7 +226,6 @@
|
||||
item_addduplicate 60
|
||||
item_getiteminfo 61
|
||||
item_candeploy 62
|
||||
item_candrop 63
|
||||
item_deploy 64
|
||||
item_canholster 66
|
||||
item_holster 67
|
||||
@ -258,7 +258,8 @@
|
||||
|
||||
cstrike_restart 2
|
||||
cstrike_roundrespawn 84
|
||||
|
||||
cstrike_item_candrop 63
|
||||
cstrike_item_getmaxspeed 78
|
||||
@end
|
||||
@section dod linux
|
||||
pev 0
|
||||
@ -332,7 +333,6 @@
|
||||
item_addduplicate 67
|
||||
item_getiteminfo 68
|
||||
item_candeploy 69
|
||||
item_candrop 72
|
||||
item_deploy 70
|
||||
item_canholster 75
|
||||
item_holster 76
|
||||
@ -370,6 +370,8 @@
|
||||
dod_areasendstatus 13
|
||||
dod_getstate 17
|
||||
dod_getstateent 18
|
||||
dod_item_candrop 72
|
||||
|
||||
@end
|
||||
@section dod windows
|
||||
pev 4
|
||||
@ -443,7 +445,6 @@
|
||||
item_addduplicate 65
|
||||
item_getiteminfo 66
|
||||
item_candeploy 67
|
||||
item_candrop 70
|
||||
item_deploy 68
|
||||
item_canholster 73
|
||||
item_holster 74
|
||||
@ -481,6 +482,7 @@
|
||||
dod_areasendstatus 11
|
||||
dod_getstate 15
|
||||
dod_getstateent 16
|
||||
dod_item_candrop 70
|
||||
@end
|
||||
|
||||
; TFC Does not have the following "standard" entries in its vtable:
|
||||
|
Reference in New Issue
Block a user