@rbxts/types
Version:
TypeScript typings for the Roblox platform. Partially handwritten and partially automatically generated.
19 lines (14 loc) • 494 B
TypeScript
/// <reference no-default-lib="true"/>
/// <reference path="include/generated/PluginSecurity.d.ts" />
declare const plugin: Plugin;
declare function settings(): GlobalSettings;
declare function DebuggerManager(): DebuggerManager;
interface GlobalSettings extends GenericSettings {
DebugSettings: DebugSettings;
GameSettings: GameSettings;
LuaSettings: LuaSettings;
NetworkSettings: NetworkSettings;
PhysicsSettings: PhysicsSettings;
RenderSettings: RenderSettings;
Studio: Studio;
}