change GetWheelItem return type

This commit is contained in:
AJ Kelly
2011-08-23 22:33:11 -05:00
parent 89d27a656e
commit aec3c1a3d0
+1 -1
View File
@@ -4112,7 +4112,7 @@
<Function name='GetNumItems' return='int' arguments=''>
Returns the total number of items in the wheel.
</Function>
<Function name='GetWheelItem' return='WheelItemBaseData' arguments='int iIndex'>
<Function name='GetWheelItem' return='WheelItemBase' arguments='int iIndex'>
Returns the WheelItem at index <code>iIndex</code>.
</Function>
<Function name='IsLocked' return='bool' arguments=''>