Open Rails

STFReader.ReadUIntBlock Method

[This is preliminary documentation and subject to change.]

Read an unsigned integer constant from the STF format '( {uint_constant} ... )'

public uint ReadUIntBlock(
   uintdefaultValue
);

Parameters

defaultValue
the default value if the constant is not found in the block.

Return Value

The STF block with the first {item} converted to a unsigned integer.

See Also

STFReader Class | Orts.Parsers.Msts Namespace