Update parameter naming in BNGetFOFInfo documentation for consistency
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
---@param presenceID number
|
||||
---@param mutual boolean
|
||||
---@param non-mutual boolean
|
||||
---@param nonMutual boolean
|
||||
---@param index number
|
||||
---@return number presenceID
|
||||
---@return string givenName
|
||||
---@return string surname
|
||||
---@return boolean isFriend
|
||||
---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
|
||||
|
Reference in New Issue
Block a user