FreeFlow class library

ActionCollection Constructor (Server, String, String)

Initializes a new instance of the ActionCollection class for the specified stage in the specified map.

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

Parameters

server
The server.
mapName
Name of the map.
stageName
Name of the stage.

See Also

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