For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ› οΈEvents, exports & commands

A list of events, exports and commands used by this resource with examples

Client side

Events

Opening the collections menu
TriggerEvent('pc_collections:client:openCollections')

Opens the collection menu for the player that triggered the event.

Exports

Opening the collections menu
exports.pc_collections:openCollections()

Opens the collection menu for the player that triggered the export.

Commands

Opening the collections menu
/collections

Opens the collection menu for the player that triggered the command.


Server side

Events

Opening the collections menu
  • target - player server id - id of the player you want to open menu for

Opens the menu for the player with specified id

Exports

Opening the collections menu
  • target - player server id - id of the player you want to open menu for

Opens the menu for the player with specified id

Last updated