Recent content by ARgrigorov

  1. A

    Need help in scripting about World.GetNamedObjectList()

    I need to get a list of all tracks in the session for handling message Train,EnterTrack. I use this code for get the tracks list: AsyncObjectSearchResult asyncSearch; asyncSearch = World.GetNamedObjectList(AssetCategory.Track, "")...
Back
Top