SC2Mapster Wiki
Advertisement

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