Skip to content

Reference

The exact surface, grouped so you can scan it.

  • Server exports is every function on exports.mi_core server side.
  • Client exports is the client surface for the local player.
  • Events lists the events you can listen to and trigger.
  • Commands is the built in staff commands.
  • Config keys maps every setting to the file it lives in.

Every server export also answers on exports.qbx_core, because mi_core registers both names, and the common ones are on the QBCore object for qb resources. The signatures are the same across all three.