Creates an instance of NetworkItemStackDescriptor.
Optional
stackSize: null | numberThe size of the stack.
Optional
metadata: null | numberThe metadata of the item.
Optional
stackNetId: null | numberThe stack net id of the item.
Optional
networkBlockid: null | numberThe network block id of the item.
Optional
extras: null | ItemInstanceUserDataThe extra data of the item.
Readonly
extrasThe extra data of the item.
Readonly
metadataThe metadata of the item.
Readonly
networkThe network id of the item.
Readonly
networkThe network block id of the item.
Readonly
stackThe stack net id of the item.
Readonly
stackThe size of the stack.
Static
readRead a value from the stream.
The BinaryStream to read from.
The value read from the stream.
Static
writeWrite a value to the stream.
The BinaryStream to write to.
The value to write.
Represents a network item stack descriptor.