Skip to main content

EOS_LobbyModification_SetAllowedPlatformIds

Function EOS_LobbyModification_SetAllowedPlatformIds 

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

Set the Allowed Platform IDs for the lobby

@param Options Options associated with allowed Platform IDs 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
  • EOS_InvalidParameters if the AllowedPlatformIds array is null but the count is 0 or if the count is greater than 0 and the array is null.

@see EOS_LobbyModification_SetAllowedPlatformIdsOptions