SC2Mapster Wiki
Advertisement

Actor-Create Actors[ | ]

Create Actor Scope[ | ]

GUI[ | ]

Actor - Create an Actor Scope with the name scopeName

Galaxy Code[ | ]

actorscope ActorScopeCreate ( string scopeName )

Description[ | ]

Creates an empty actor scope. You can get the scope that was created by using "Last Created Actor Scope". An actor scope is a container for a set of actors. Therefore, this action is only useful if you intend to create actors in the scope you create.

Parameters[ | ]

  • string scopeName
    • Name: Scope Name

Return Type: actorscope[ | ]

Advertisement