games
v1
|
#include <turn_based_auto_matching_criteria.h>
Public Member Functions | |
TurnBasedAutoMatchingCriteria (const Json::Value &storage) | |
TurnBasedAutoMatchingCriteria (Json::Value *storage) | |
virtual | ~TurnBasedAutoMatchingCriteria () |
const StringPiece | GetTypeName () const |
bool | has_exclusive_bitmask () const |
void | clear_exclusive_bitmask () |
int64 | get_exclusive_bitmask () const |
void | set_exclusive_bitmask (int64 value) |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_max_auto_matching_players () const |
void | clear_max_auto_matching_players () |
int32 | get_max_auto_matching_players () const |
void | set_max_auto_matching_players (int32 value) |
bool | has_min_auto_matching_players () const |
void | clear_min_auto_matching_players () |
int32 | get_min_auto_matching_players () const |
void | set_min_auto_matching_players (int32 value) |
Static Public Member Functions | |
static TurnBasedAutoMatchingCriteria * | New () |
This is a JSON template for an turn-based auto-match criteria object.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'exclusiveBitmask
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'maxAutoMatchingPlayers
' attribute.
|
inline |
Clears the 'minAutoMatchingPlayers
' attribute.
|
inline |
Get the value of the 'exclusiveBitmask
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'maxAutoMatchingPlayers
' attribute.
|
inline |
Get the value of the 'minAutoMatchingPlayers
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'exclusiveBitmask
' attribute was set.
exclusiveBitmask
' attribute was set.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'maxAutoMatchingPlayers
' attribute was set.
maxAutoMatchingPlayers
' attribute was set.
|
inline |
Determine if the 'minAutoMatchingPlayers
' attribute was set.
minAutoMatchingPlayers
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'exclusiveBitmask
' attribute.
A bitmask indicating when auto-matches are valid. When ANDed with other exclusive bitmasks, the result must be zero. Can be used to support exclusive roles within a game.
[in] | value | The new value. |
|
inline |
Change the 'kind
' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::turnBasedAutoMatchingCriteria.
[in] | value | The new value. |
|
inline |
Change the 'maxAutoMatchingPlayers
' attribute.
The maximum number of players that should be added to the match by auto- matching.
[in] | value | The new value. |
|
inline |
Change the 'minAutoMatchingPlayers
' attribute.
The minimum number of players that should be added to the match by auto- matching.
[in] | value | The new value. |