# Make Actor Stop Looking (Custom)

Grammar — Clear look at target for source using custom values (type: type, weight: weight, time: time)
FlagsNative | Action

Clears the look at target for the specified actor. The parameters of this action allow you more control over the look at than “Make Actor Stop Looking”.

# Arguments

  • actor — Source
  • string [ preset::LookAtGroup ] — Type
  • int — Weight
  • fixed — Time

Returns — void

native void ActorLookAtStop(
	actor s,
	string lookAt,
	int weight,
	fixed time,
);

Category: Actor / Look At

# Examples

# campaigns/swarmstoryutil.sc2mod

Lib281DEC45.galaxy

// L12024
ActorLookAtStop(libNtve_gf_MainActorofUnit(lib281DEC45_gf_CharacterUnit("Kerrigan")), "Head", 100, 0.7)