Platform SDK: Agent

IAgentCharacter::Stop

HRESULT Stop(
   long dwReqID  // request ID
);

Stops the specified animation (request) and removes it from the character's animation queue.

dwReqID
The ID of the request to stop.

Stop can also be used to halt any queued Prepare calls.

See Also

IAgentCharacter::Prepare, IAgentCharacter::StopAll