Given an object class, retrieve the Codec
used to parse and translate the constructor data for that type.
Given an object class, retrieve the Codec
used to parse and translate the constructor data for that type.
This function services 0x17
ObjectCreateMessage
packet data.
All Codec
s accessible by this function assume the object has parent data.
the code for the type of object being constructed
the Codec
that handles the format of data for that particular item class, or a failing Codec
ConstructorData
Given an object class, retrieve the Codec
used to parse and translate the constructor data for that type.
Given an object class, retrieve the Codec
used to parse and translate the constructor data for that type.
This function services 0x18
ObjectCreateDetailedMessage
packet data.
All Codec
s accessible by this function assume the object is perfectly visible from the perspective of the avatar.
the code for the type of object being constructed
the Codec
that handles the format of data for that particular item class, or a failing Codec
ConstructorData
Given an object class, retrieve the Codec
used to parse and translate the constructor data for that type.
Given an object class, retrieve the Codec
used to parse and translate the constructor data for that type.
This function services 0x17
ObjectCreateMessage
packet data.
All Codec
s accessible by this function assume the object has no parent data and is on the ground.
the code for the type of object being constructed
the Codec
that handles the format of data for that particular item class, or a failing Codec
ConstructorData
A reference between all object class codes and the name of the object they represent. Object class types are defined by an 11-bit (
0xB
) value.