-
Notifications
You must be signed in to change notification settings - Fork 0
ThoriumCore
googer_ edited this page Nov 13, 2024
·
1 revision
ThoriumCore is a "codename" for container for Thorium core functions and fields. These functions include stuff to initialise other thorium modules.

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

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

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

thorium.VERSION: string Thorium Version