Open Rails

STFReader.ReadUInt Method

[This is preliminary documentation and subject to change.]

Read an unsigned integer {constant_item}

public uint ReadUInt(
   uintdefaultValue
);

Parameters

defaultValue
the default value if an unexpected ')' token is found

Return Value

The next {constant_item} from the STF file.

See Also

STFReader Class | Orts.Parsers.Msts Namespace