Properties

femaleTattoos: Record<TattooZone, Tattoo[]> = ...
maleTattoos: Record<TattooZone, Tattoo[]> = ...

Methods

  • Loads and parses a decorations file containing ped tattoos.

    Parameters

    • decorationFilePath: string

      The path to the decorations file, without the file name (e.g. assets/ped_overlays)

    • decorationFileName: string

      The name of the decorations file (e.g. multiplayer_overlays.xml)

    • resource: string = ...

      The resource name where the decorations file is located. This is useful when loading decorations from another resource.

    Returns Result

    Result