Documentation
TebexDiscordYouTubeGitHub
  • Introduction
  • FIVEM FREE RESOURCES
    • BDSC
      • Guides
        • Core Setup
          • Installing BDSC
          • Configuring BDSC
        • Plugin Development
          • What is a Plugin?
          • Plugin Structure
          • Extending Player Objects
      • API
        • Functions
          • Player
          • Server
          • Client
          • Shared
        • Modules
          • Player Manager
          • Buckets
          • Plugins
        • UI Components
    • boii_utils
      • Installation
      • Configuration
      • Modules
      • API
        • Callbacks
        • Characters
        • Commands
        • Cooldowns
        • Debugging
        • Entities
        • Environment
        • Framework Bridge
        • Geometry
        • Items
        • Keys
        • Licences
        • Maths
        • Methods
        • Player
        • Requests
        • Strings
        • Tables
        • Timestamps
        • UI Bridges
        • Vehicles
        • Version
        • XP
        • UI Elements
  • FIVEM PAID RESOURCES
    • Page 2
Powered by GitBook
On this page
  1. FIVEM FREE RESOURCES
  2. BDSC
  3. API

Functions

Last updated 1 day ago

This section documents the internal bdsc object and its core functionality. The bdsc object is globally available in both server and client contexts and is automatically initialized when the resource starts.

It serves as the foundation of the entire framework, powering internal logic, plugin communication, and exported utilities. All internal systems and plugins interact with this object directly or through its helpers.


The following pages break down the functionality further:

  • Shared – Functions available in both client and server.

  • Server – Server-specific systems like player registry, debug logging, and locale control.

  • Client – Client-side features such as replicated data and configuration.

  • Player – The Player class used to manage server-side player logic and plugin extensions.

All systems are designed to be modular, extensible, and plugin-ready.


Cover

Shared

Cover

Server

Cover

Client

Cover

Player