item structures
Posted: Wed Mar 20, 2019 6:52 pm
i just need some clarification on the followinf structure rules
1. substructs must be com before the calling structure ?
2. with the following both Substruct_LootItemDescription and Substruct_ItemFooter must have a client verison of 1208 as well? or will the use a lower version as well
1. substructs must be com before the calling structure ?
2. with the following both Substruct_LootItemDescription and Substruct_ItemFooter must have a client verison of 1208 as well? or will the use a lower version as well
Code: Select all
<Struct Name="WS_LootItemGeneric" ClientVersion="1208" OpcodeName="OP_ClientCmdMsg" OpcodeType="OP_EqExamineInfoCmd">
<Data ElementName="header" Substruct="Substruct_LootItemDescription" Size="1" />
<Data ElementName="footer" Substruct="Substruct_ItemFooter" Size="1" />
</Struct>