Update parameter naming in BNGetFOFInfo documentation for consistency

This commit is contained in:
2025-05-17 18:59:58 +02:00
parent 19177fc324
commit 6cb045f3d9

View File

@@ -3,11 +3,11 @@
---@param presenceID number ---@param presenceID number
---@param mutual boolean ---@param mutual boolean
---@param non-mutual boolean ---@param nonMutual boolean
---@param index number ---@param index number
---@return number presenceID ---@return number presenceID
---@return string givenName ---@return string givenName
---@return string surname ---@return string surname
---@return boolean isFriend ---@return boolean isFriend
---Returns information about the specified friend of a RealID friend ---Returns information about the specified friend of a RealID friend
function BNGetFOFInfo(presenceID, mutual, non-mutual, index) end function BNGetFOFInfo(presenceID, mutual, nonMutual, index) end