OffsetInternalInfo

The OffsetInternalInfo table contains information related to a custom property.

You must supply data yourself when using this table.

Structure

KeyValue TypeInformation
PropertystringName of the property to use as relative start instead of base
RelativeOffsetintegerOffset from relative start to this property

Example

local PropertyInfo = {
    ["Property"] = "HistoryBuffer",
    ["RelativeOffset"] = 0x10
}