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

API

Last updated 1 day ago

This section contains all technical references for the BDSC (BOII Development Server Core) framework. It is divided into two main areas:

Functions

Low-level core utilities provided by the bdsc object. Available in both client and server environments depending on context.

Includes:

  • Debug logging

  • Locale injection

  • Core utilities like bdsc.get, wait_for, and more

Modules

Structured, self-contained systems used across the framework. These are core components such as routing buckets, the plugin system, and player management.

Includes:

  • buckets – world instance control

  • plugins – player extension hooks

  • player_manager – lifecycle control for player objects

Note If you're looking for usage examples or setup flows, check the Guides section instead. The API section is strictly for technical reference and integration.


Cover

Function References

Cover

Module References