SC2Mapster Wiki
Advertisement

Actor-Look At[ | ]

Make Unit Stop Looking[ | ]

GUI[ | ]

Actor - Clear look at target for unit Unit using look at type Preset

Galaxy Code[ | ]

Void libNtve_gf_SimpleLookAtStop ( Unit unit, Preset type )

Description[ | ]

Clears the look at target for the specified unit, using preset settings defined by the specified look at type.

Parameters[ | ]

  • Unit unit
    • Name: Unit
  • Preset type
    • Preset: Look At Type
    • Name: Type
Advertisement