Skip to content

ax.schema

Source: gamemode/framework/libraries/sh_schema.lua

Schema management system for initializing and loading schemas.

Documented functions: 1

Functions


ax.schema:Initialize(timeFilter)

Initialize the active schema and load all its components. Loads the schema's boot file, includes all directories in proper order, and initializes factions, classes, items, and modules.

Realm: shared

Returns

  • boolean: True if initialization succeeded, false if boot file failed to load

Usage

ax.schema:Initialize()