SC2Mapster Wiki
Advertisement

Actor-Create Actors[ | ]

Create Actor Region[ | ]

GUI[ | ]

Actor - Create actor region actorLink in actor scope actorScope from game region region

Galaxy Code[ | ]

actor ActorRegionCreate ( actorscope actorScope, gamelink actorLink, region region )

Description[ | ]

Creates a region actor from a game region. You can use a region actor to send an actor message to all of the actors that are currently inside it. If you set a variable to "Last Created Actor" after running this action, your variable will be set to the region actor created by this action.

Parameters[ | ]

  • actorscope actorScope
    • Name: Actor Scope
  • gamelink actorLink
    • Name: Actor Link
    • GameType: Actor
  • region region
    • Name: Region

Return Type: actor[ | ]

Advertisement