Fix typo in previous commit.

This commit is contained in:
Arkshine 2014-04-10 12:54:08 +02:00
parent ec101fc52b
commit f097e01c3f

View File

@ -307,9 +307,9 @@ native SetHamParamItemInfo(which, iteminfo_handle);
* Use this on parameters that are iteminfo result handles. * Use this on parameters that are iteminfo result handles.
* *
* @param iteminfo_handle Item info handle. * @param iteminfo_handle Item info handle.
* @param type Item info type. See ItemInfo_ constants. * @param type Item info type. See HamItemInfo constants.
*/ */
native GetHamItemInfo(iteminfo_handle, ItemInfo:type, any:...); native GetHamItemInfo(iteminfo_handle, HamItemInfo:type, any:...);
/** /**
* Sets a parameter on the fly of the current hook. * Sets a parameter on the fly of the current hook.
@ -318,7 +318,7 @@ native GetHamItemInfo(iteminfo_handle, ItemInfo:type, any:...);
* @param iteminfo_handle Item info handle. * @param iteminfo_handle Item info handle.
* @param type Item info type. See HamItemInfo_ constants. * @param type Item info type. See HamItemInfo_ constants.
*/ */
native SetHamItemInfo(iteminfo_handle, ItemInfo:type, any:...); native SetHamItemInfo(iteminfo_handle, HamItemInfo:type, any:...);
/** /**
* Creates an ItemInfo handle. This value should never be altered. * Creates an ItemInfo handle. This value should never be altered.