nw::lyt::ExtUserData::ExtUserData Constructor

Syntax

ExtUserData(
     u32 nameStrOffset,
     u32 dataOffset,
     u16 num,
     u8 type
);

Arguments

Name Description
nameStrOffset Offset to the name of extended user data (from the start of the object).
dataOffset Offset to extended user data (from the start of the object).
num The number of instances extended user data.
type The data type of extended user data.

Description

Constructor.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL