Skip to main content
This release is 18 versions behind 5.0.12 — the latest version of @lost-c3/lib. Jump to latest

Lost for easy making Construct 3 Addons.

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
35%
Published
4 months ago (3.3.2)

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

enum Param

Object that represents all types of ACE's parameter.

Members

Animation = "animation"
Any = "any"
Boolean = "boolean"
Cmp = "cmp"
Combo = "combo"
EventVar = "eventvar"
EventVarBool = "eventvarbool"
InstanceVar = "instancevar"
InstanceVarBool = "instancevarbool"
Keyb = "keyb"
Layer = "layer"
Layout = "layout"
Number = "number"
ObjInstanceVar = "objinstancevar"
Object = "object"
ObjectName = "objectname"
String = "string"

Add Package

deno add jsr:@lost-c3/lib

Import symbol

import { Param } from "@lost-c3/lib";

---- OR ----

Import directly with a jsr specifier

import { Param } from "jsr:@lost-c3/lib";

Add Package

npx jsr add @lost-c3/lib

Import symbol

import { Param } from "@lost-c3/lib";

Add Package

yarn dlx jsr add @lost-c3/lib

Import symbol

import { Param } from "@lost-c3/lib";

Add Package

pnpm dlx jsr add @lost-c3/lib

Import symbol

import { Param } from "@lost-c3/lib";

Add Package

bunx jsr add @lost-c3/lib

Import symbol

import { Param } from "@lost-c3/lib";