Skip to content

Framework Module - Objects

Character Object

FieldTypeDescription
identifierstringThe player's unique identifier (citizenid, identifier, etc.)
sourcenumberThe player's source
nametable{ first, last, full }
jobtablePrimary job: { name, label, grade }
jobstableAll jobs held, keyed by name: { [jobName] = true }. Single-job frameworks (QBCore, ESX) populate this with just the primary job, so job-gating checks work the same way across every framework.
metadatatableCharacter metadata (key : value)