# 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.sc2modbase.sc2data/TriggerLibs/WarClassicSystem.galaxy:1567

    }

    ActorScopeMoveTo(ActorScopeFromActor(lv_aw), lv_at);
    ActorSend(lv_aw, libNtve_gf_SetFacing(UnitGetFacing(lv_u)));
    return true;