union

fun union(t: Table, offset: Int): Table

Initialize any Table-derived type to point to the union at the given offset.

Return

Returns the Table that points to the union at offset.

Parameters

t

A Table-derived type that should point to the union at offset.

offset

An int index into the Table's ReadWriteBuffer.