Skip to main content

EOS_LobbyModification_SetInvitesAllowed

Function EOS_LobbyModification_SetInvitesAllowed 

Source
pub unsafe extern "C" fn EOS_LobbyModification_SetInvitesAllowed(
    Handle: EOS_HLobbyModification,
    Options: *const EOS_LobbyModification_SetInvitesAllowedOptions,
) -> EOS_EResult
Expand description

Allows enabling or disabling invites for this lobby. The lobby will also need to have bPresenceEnabled true.

@param Options Options associated with invites allowed flag for this lobby.

@return EOS_EResult containing the result of the operation. Possible result codes:

  • EOS_Success if setting this parameter was successful
  • EOS_IncompatibleVersion if the API version passed in is incorrect

@see EOS_LobbyModification_SetInvitesAllowedOptions