nn::nex::Community::SetAttribute Member Function

Syntax

void SetAttribute(
     qUnsignedInt32 uiIndex,
     qUnsignedInt32 val
);

Parameters

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 value.

Return Values

None.

Description

Sets an attribute.

Sets the attribute of this matchmaking session. Up to six attributes can be specified.

Revision History

2011/06/29
Initial version.

CONFIDENTIAL