STFReader.ReadUInt Method
[This is preliminary documentation and subject to change.]
Read an unsigned integer {constant_item}
public
uint ReadUInt(
uint?
defaultValue);
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