ClanOfficerListResponse

Swift
public struct ClanOfficerListResponse: Sendable

Steamworks ClanOfficerListResponse_t


Topics

var clan: SteamID

Steamworks m_steamIDClan

Declaration
Swift
public let clan: SteamID

var officers: Int

Steamworks m_cOfficers

Declaration
Swift
public let officers: Int

var success: Bool

Steamworks m_bSuccess

Declaration
Swift
public let success: Bool

init(clan: SteamID, officers: Int, success: Bool)

Create a customized ClanOfficerListResponse

Declaration
Swift
public init(clan: SteamID = SteamID(), officers: Int = 0, success: Bool = false)