Skip to content

ThoriumCore

googer_ edited this page Nov 13, 2024 · 1 revision

About ThoriumCore

ThoriumCore is a "codename" for container for Thorium core functions and fields. These functions include stuff to initialise other thorium modules.

Functions

alt text thorium.HasCapability(capability: string) -> boolean
Checks if Thorium has capability loaded

alt text thorium.GetCapabilityVersion(capability: string) -> version: string
Gets capability version

alt text thorium.LoadCapability(file: string, capability: string|nil, client: boolean|nil, cap_ver: string|nil) -> success: boolean, module_or_error: any
Loads thorium capability

Fields

alt text thorium.VERSION: string Thorium Version

Clone this wiki locally