void SetAttribute( qUnsignedInt32 uiIndex, qUnsignedInt32 val );
Name | Description | |
---|---|---|
in | uiIndex | Index of the attribute to set. You can specify a value greater than or equal to 0 but less than or equal to NUM_MATCHMAKE_SESSION_ATTRIBUTES - 1 . |
in | val | Application-defined attribute values. |
Specifies the attributes to search for.
Specifies the attributes to search for. You can specify up to the number of attributes given by NUM_MATCHMAKE_SESSION_ATTRIBUTES
. Unspecified indices match any value.
The attribute values in indexes 0
to NUM_MATCHMAKE_SESSION_ATTRIBUTES - 1
are all evaluated at once. The order of the index values does not matter.
CONFIDENTIAL