Search Results for

    Show / Hide Table of Contents

    Class StopAllBehaviorsHelper

    Send this message to immediately stop all behaviors from executing.

    Inheritance
    Object
    CustomHelper
    StopAllBehaviorsHelper
    Inherited Members
    CustomHelper.Start()
    CustomHelper.Start(Int32)
    CustomHelper.Stop()
    CustomHelper.SetArgument(String, Boolean)
    CustomHelper.SetArgument(String, Int32)
    CustomHelper.SetArgument(String, Single)
    CustomHelper.SetArgument(String, String)
    CustomHelper.SetArgument(String, Vector3)
    CustomHelper.ResetArguments()
    CustomHelper.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: GTA.NaturalMotion
    Assembly: ScriptHookVDotNet3.dll
    Syntax
    public sealed class StopAllBehaviorsHelper : CustomHelper

    Constructors

    | Improve this Doc View Source

    StopAllBehaviorsHelper(Ped)

    Creates a new Instance of the StopAllBehaviorsHelper for sending a StopAllBehaviors Message to a given Ped.

    Declaration
    public StopAllBehaviorsHelper(Ped ped)
    Parameters
    Type Name Description
    Ped ped

    The Ped to send the StopAllBehaviors Message to.

    Remarks

    Send this message to immediately stop all behaviors from executing.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX