Skip to content

Commit

Permalink
free commit numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Aug 5, 2024
1 parent c494afd commit b4bc6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/_fallback/docs/Actors/WheelBase.luadoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end
--- Retrieve the @{WheelItemBase} at a given index.
-- This does not retrieve an arbitrarily far wheel item, but actually the visible item.
-- Every time a movement is made on the Wheel, the data behind each WheelItem is switched to another WheelItem.
-- For example, the highest allowed index to pass is (NUM_WHEEL_ITEMS-1) which comes from the metrics.ini definition for the Wheel implementation you are using (NumWheelItems).
-- For example, the highest allowed index to pass is `(NUM_WHEEL_ITEMS-1)` which comes from the metrics.ini definition for the Wheel implementation you are using (NumWheelItems).
-- @tparam int index Index for the WheelItem to retrieve.
-- @treturn WheelItemBase The WheelItem at the given index. Returns nil and throws an error if the index is not valid.
function WheelBase:GetWheelItem(index)
Expand All @@ -31,7 +31,7 @@ end

--- Set the current open section on the Wheel.
-- This is usually used to change the opened folder remotely.
-- @tparam string sectionName The name of a group or section, depending on the @{SortMode}
-- @tparam string sectionName The name of a group or section, depending on the @{SortOrder}
-- @return self
function WheelBase:SetOpenSection(sectionName)
end
Expand Down

0 comments on commit b4bc6a7

Please sign in to comment.