Search Results for

    Show / Hide Table of Contents

    Class ConfigureBalanceResetHelper

    Reset the values configurable by the Configure Balance message to their defaults.

    Inheritance
    Object
    CustomHelper
    ConfigureBalanceResetHelper
    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 ConfigureBalanceResetHelper : CustomHelper

    Constructors

    | Improve this Doc View Source

    ConfigureBalanceResetHelper(Ped)

    Creates a new Instance of the ConfigureBalanceResetHelper for sending a ConfigureBalanceReset Message to a given Ped.

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

    The Ped to send the ConfigureBalanceReset Message to.

    Remarks

    Reset the values configurable by the Configure Balance message to their defaults.

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