Skip to main content

SkillSetRatio

Callable


  • Sets the ratio % of a skill that's going to be used by the player


    Parameters

    • C: Character

      The character to get the skill from

    • SkillType: SkillType

      Name of the skill to get the value of

    • Ratio: number

      The ratio to set for a given skill (0 to 1)

    • optionalPush: boolean

      Pushes the skills to the server if TRUE

    Returns void