OpenMetaverse Protocol Library Developers API Documentation
AnimationStop Method (animation, reliable)
NamespacesOpenMetaverseAgentManagerAnimationStop(UUID, Boolean)
Send an AgentAnimation packet that toggles a single animation off
Declaration Syntax
C#
public 
void 
AnimationStop(
        
UUID 
animation,
        
bool 
reliable
)
Parameters
animation ( UUID)
The of a currently playing animation to stop playing
reliable ( Boolean)
Whether to ensure delivery of this packet or not
See Also

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)