# Actor Scope Move To

Grammar — Move actor scope actorScope to the bearings of actor actor
FlagsNative | Action

# Arguments

  • actorscope — Actor Scope
  • actor — Actor

Returns — void

native void ActorScopeMoveTo(
	actorscope inActorScope,
	actor inActor,
);

Category: Actor / Create Actors

# Examples

# mods/warcoop/warclassicsystem.sc2mod

WarClassicSystem.galaxy

// L1567
ActorScopeMoveTo(ActorScopeFromActor(lv_aw), lv_at)