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-Message Constructors

Anim Clear

GUI

Actor - AnimClear animName blendTime

Galaxy Code

actormsg libNtve_gf_AnimClear ( string animName, fixed blendTime )

Description

Constructs and returns an AnimClear actor message. This message will clear an animation sequence with the same name as the Anim Name parameter being played by an actor. It will only work on actors with models that have animations.

Parameters

  • string animName
    • Name: Anim Name
  • fixed blendTime
    • Name: Blend Time

Return Type: actormsg

Advertisement