pub unsafe extern "C" fn XPLMGetDataRefsByIndex(
offset: c_int,
count: c_int,
outDataRefs: *mut XPLMDataRef,
)Expand description
XPLMGetDataRefsByIndex
Given an offset and count, this function will return an array of XPLMDataRefs in that range. The offset/count idiom is useful for things like pagination.