Home
last modified time | relevance | path

Searched refs:ParseTrainNode (Results 1 – 2 of 2) sorted by relevance

/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/Parsers/Script/
H A DTrackFollowingObjectParser.cs74 ParseTrainNode(ObjectPath, FileName, KeyNode, ref TrainDirectory, ref ConsistReversed); in ParseTrackFollowingObjectNode()
210 …private static void ParseTrainNode(string ObjectPath, string FileName, XElement SectionElement, re… in ParseTrainNode() method in OpenBve.TrackFollowingObjectParser
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor2/IO/IntermediateFile/
H A DParser.cs30 train = ParseTrainNode(xml.XPathSelectElement("/TrainEditor/Train")); in Parse()
35 private static Train ParseTrainNode(XElement parent) in ParseTrainNode() method in TrainEditor2.IO.IntermediateFile.IntermediateFile