Wasabi Scripts
StoreDiscordGitHub
  • Documentation
  • Dependency
    • 🔗wasabi_bridge
      • Dependencies
      • Installation
      • Configuration
      • Custom Notifications
      • Common Issues & Fixes
  • Advanced Series
    • 🚑wasabi_ambulance
      • Dependencies
      • Installation
      • Configuration
      • Death Screens
      • Exports / Events
      • State Bags
      • Customizations
      • Common Issues
        • QBCore
    • 🩺wasabi_crutch
      • Dependencies
      • Installation
      • Configuration
      • Exports
    • 👮‍♂️wasabi_police
      • Dependencies
      • Installation
      • Configuration
      • Exports
      • State Bags
      • Events
      • Customizations
    • 🔎wasabi_evidence
      • Dependencies
      • Installation
      • Configuration
      • Customizations
    • 🛡️wasabi_adminmenu
      • Dependencies
      • Installation
      • Configuration
    • 👷wasabi_multijob
      • Dependencies
      • Installation
      • Configuration
      • Replace ESX Boss Menus
    • 🔑wasabi_carlock
      • Dependencies
      • Installation
      • Configuration
      • Exports
      • Common Issues
        • QBCore
  • Core UI Series
    • 🖥️wasabi_loadingscreen
      • Configuration
    • 🧑‍🤝‍🧑wasabi_multichar
      • Dependencies
      • Installation
      • Configuration
      • Exports
      • Events
    • 💳wasabi_banking
      • Dependencies
      • Installation
      • Configuration
      • Exports
      • Events
    • 👼wasabi_spawn
      • Dependencies
      • Installation
      • Configuration
      • Exports
      • Events
    • 🔔wasabi_notify
      • Exports / Events
      • Configuration
      • Change Framework Notify
    • ⏸️wasabi_pausemenu
      • Dependencies
      • Installation
      • Configuration
      • Exports
  • Heist Series
    • 🏦wasabi_pacificrobbery
      • Dependencies
      • Installation
      • Configuration
      • Events
    • 🏦wasabi_paletorobbery
      • Dependencies
      • Installation
      • Configuration
      • Events
    • 🏦wasabi_fleecarobberies
      • Dependencies
      • Installation
      • Configuration
      • Events
  • 💎wasabi_vangelicorobbery
    • Dependencies
    • Installation
    • Configuration
    • Events
  • 🔫wasabi_ammunationrobbery
    • Dependencies
    • Installation
    • Configuration
    • Events
  • 🚢wasabi_yachtheist
    • Dependencies
    • Installation
    • Configuration
    • Events
  • Free Releases
    • 👕fivem-appearance
      • Installation
      • Dependencies
      • Common Issues
      • Snippets
      • Exports
      • Examples
    • 👩‍💻wasabi_discord
      • Installation
      • Exports
Powered by GitBook
On this page
  • Appearance
  • Customization
  • Extra
  1. Free Releases
  2. fivem-appearance

Exports

Exports to use with fivem-appearance

Appearance

Export
Parameters
Return

getPedModel

ped: number

string

getPedComponents

ped: number

PedComponent[]

getPedProps

ped: number

PedProp[]

getPedHeadBlend

ped: number

PedHeadBlend

getPedFaceFeatures

ped: number

PedFaceFeatures

getPedHeadOverlays

ped: number

PedHeadOverlays

getPedHair

ped: number

PedHair

getPedTattoos

TattooList

getPedAppearance

ped: number

PedAppearance

setPlayerModel

model: string

Promise<void>

setPedComponent

ped: number, component: PedComponent

void

setPedComponents

ped: number, components: PedComponent[]

void

setPedProp

ped: number, prop: PedProp

void

setPedProps

ped: number, props: PedProp[]

void

setPedFaceFeatures

ped: number, faceFeatures: PedFaceFeatures

void

setPedHeadOverlays

ped: number, headOverlays: PedHeadOverlays

void

setPedHair

ped: number, hair: PedHair

void

setPedEyeColor

ped: number, eyeColor: number

void

setPedTattoos

ped: number, tattoos: TattooList

void

setPlayerAppearance

appearance: PedAppearance

void

setPedAppearance

ped: number, appearance: PedAppearance

void

Customization

startPlayerCustomization

callback: ((appearance: PedAppearance | undefined) => void), config? CustomizationConfig

void

Extra

openWardrobe

void

void

PreviousSnippetsNextExamples

Last updated 2 years ago

👕