Client
Client exports
IsInsideIPL
-- Example
exports.kq_shellbuilder:IsInsideIPL()
-- Returns:
-- (boolean)OpenShellEditor
-- Creating a new shell
exports.kq_shellbuilder:OpenShellEditor()
-- Editing an existing shell based on its ID
exports.kq_shellbuilder:OpenShellEditor(20)
-- Arguments:
-- int: Shell ID - Optional, when nil/undefined the export will trigger creation of a new shell
-- Returns:
-- (void)Last updated