Skip to main content

PlatformActionIs

Callable

  • PlatformActionIs(C: any, ActionName: string): boolean

  • Returns TRUE if the current action for a character is ActionName


    Parameters

    • C: any

      The character to validate

    • ActionName: string

      The action to validate (all actions are valid if "Any"

    Returns boolean

    • TRUE if the character action is that string