FreeFlow class library

ActionCollection Constructor (Server, String)

Initializes a new instance of the ActionCollection class for the specified map. Will create a collection of creation actions.

[Visual Basic]
Overloads Public Sub New( _
   ByVal server As Server, _
   ByVal mapName As String _
)
[C#]
public ActionCollection(
   Server server,
   string mapName
);

Parameters

server
The server.
mapName
Name of the map.

See Also

ActionCollection Class | FreeFlow.Administration Namespace | ActionCollection Constructor Overload List