Constructors
Synopses
Declared in <protocol.h>
Constructs an inventory entry with an undefined type and null hash.
CInv();
Constructs an inventory entry from a type and object hash.
Parameters
Name |
Description |
typeIn |
The inventory type, one of the GetDataMsg values. |
hashIn |
The hash of the referenced object. |
Created with MrDocs