Guest lamdid Posted June 9 Report Share Posted June 9 Hello everyone, would someone be kind enough to explain to me the meaning of the following sentence (found on page 34 of the FSUIPC For Advanced Users documentation in the paragraph 'Adding Simulator variables (simvars) to FSUIPC offsets'): "Note also that the offset needs to be bound to the size. This means that if the size is 8, the last offset digit needs to be 0 or 8, if the size is 4, the last offset digit needs to be 0, 4, 8 or C, etc (but not for string types)." Indeed I would have simply imagined that it is the following offset which had to take into account the size of the one which precedes it. But this sentence makes me doubt!? Do you have the explanation, thank you Quote Link to comment Share on other sites More sharing options...
TimSteve Posted July 14 Report Share Posted July 14 The sentence means that the offset value should match the size of the data it represents. The last digit of the offset has specific requirements based on the data size, except for string types. Quote Link to comment Share on other sites More sharing options...
Recommended Posts