@rbxts/zircon
Version:
<div> <img src="https://i.imgur.com/YgpbX7G.png" align="left" width="128"/> <h1>ZIRCON</h1> <h3>A clean, sleek, runtime debugging console for Roblox</h3> <a href="https://npmjs.com/package/@rbxts/zircon"><img src="https://badge.fury.io
14 lines (13 loc) • 582 B
TypeScript
import { ZirconClientConfiguration } from "../Class/ZirconClientConfigurationBuilder";
export declare namespace ZirconClientRegistryService {
/**
* Creates a scripting environment on the client for Zircon.
*
* NOTE: This is 100% insecure because it's on the client, and thus shouldn't use any elevated functions
* (WIP client)
* @param configuration
* @hidden @deprecated
*/
function Init(configuration: ZirconClientConfiguration): void;
}
export declare type ZirconClientRegistryService = typeof ZirconClientRegistryService;