change GetWheelItem return type
This commit is contained in:
@@ -4112,7 +4112,7 @@
|
|||||||
<Function name='GetNumItems' return='int' arguments=''>
|
<Function name='GetNumItems' return='int' arguments=''>
|
||||||
Returns the total number of items in the wheel.
|
Returns the total number of items in the wheel.
|
||||||
</Function>
|
</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>.
|
Returns the WheelItem at index <code>iIndex</code>.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='IsLocked' return='bool' arguments=''>
|
<Function name='IsLocked' return='bool' arguments=''>
|
||||||
|
|||||||
Reference in New Issue
Block a user