|
SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
|
This is the complete list of members for sfs3::requests::QuickJoinGameRequest, including all inherited members.
| QuickJoinGameRequest(std::optional< entities::match::MatchExpression > matchExpr, std::vector< std::string > groupIds, std::optional< int32_t > roomIdToLeave=std::nullopt) | sfs3::requests::QuickJoinGameRequest | inline |
| QuickJoinGameRequest(std::optional< entities::match::MatchExpression > matchExpr, std::vector< int32_t > roomIds, std::optional< int32_t > roomIdToLeave=std::nullopt) | sfs3::requests::QuickJoinGameRequest | inline |
| QuickJoinGameRequest(std::optional< entities::match::MatchExpression > matchExpr, const std::vector< std::shared_ptr< entities::Room > > &rooms, std::optional< int32_t > roomIdToLeave=std::nullopt) | sfs3::requests::QuickJoinGameRequest | inline |