DWC_CreateUserData

Syntax

#include <dwc.h>

void DWC_CreateUserData(DWCUserData *userdata);

Arguments

userdata Pointer to the DWCUserData structure in which the generated user data is stored.

Return Values

None.

Description

Generates user data for each game player. Save this user data together with the save data. Data will be generated with the dirty flag enabled; therefore, clear the dirty flag using the DWC_ClearDirtyFlag function before saving.

Revision History

1.0.0
Removed gamecode from arguments.

CONFIDENTIAL