SC2Mapster Wiki
Register
Advertisement

Actor-Message Constructors[ | ]

Anim Blend Time Apply[ | ]

GUI[ | ]

Actor - AnimBlendTimeApply blendTime

Galaxy Code[ | ]

actormsg libNtve_gf_AnimBlendTimeApply ( fixed blendTime )

Description[ | ]

Constructs and returns an AnimBlendTimeApply actor message based on the parameters. This message will set the default blend time for animations played by the actor it is sent to. It will only work on actors with models that have animations.

Parameters[ | ]

  • fixed blendTime
    • Name: Blend Time

Return Type: actormsg[ | ]

Advertisement