OffMeshConnectionWindow..::..OffMeshConnections Property
Gets or sets the off mesh connections.
Namespace:
wManager.Wow.FormsAssembly: wManager (in wManager.dll)
Syntax
public List<PathFinder..::..OffMeshConnection> OffMeshConnections { get; set; }
Public Property OffMeshConnections As List(Of PathFinder..::..OffMeshConnection) Get Set
public: property List<PathFinder..::..OffMeshConnection^>^ OffMeshConnections { List<PathFinder..::..OffMeshConnection^>^ get (); void set (List<PathFinder..::..OffMeshConnection^>^ value); }