# Anim Blend Time Remove

Grammar — AnimBlendTimeRemove
FlagsFunction

Constructs and returns an AnimBlendTimeRemove actor message based on the parameters. This message will remove any existing animation blend time messages on the actor it is sent to, causing it to revert to the default animation blend time. It will only work on actors with models that have animations.

Returns — string<actormsg>

string libNtve_gf_AnimBlendTimeRemove();

Category: Actor / Message Constructors

# Examples

— None found —