SC2Mapster Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Actor-Create Actors

Create Actor At Point

GUI

Actor - Create actor actor at point position

Galaxy Code

actor libNtve_gf_CreateActorAtPoint ( [Triggers/Types/gamelink|gamelink]] actor, point position )

Description

Creates an actor at the specified point. Running the "Last Created Actor" function immediately after this action will return the actor created by this action.

Parameters

  • gamelink actor
    • Name: Actor
    • GameType: Actor
  • point position
    • Name: Position

Return Type: actor

Advertisement