Searches a field by its offset.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public Field FindFieldByOffset(
	int offset
)

Parameters

offset
Type: System..::..Int32
The offset.

Return Value

The field at offset. Null if no field was found.

See Also