@kismet.ts/items / Exports

@kismet.ts/items

Table of contents

Namespaces

Interfaces

Type Aliases

Variables

Functions

Type Aliases

ActionStore

Ƭ ActionStore: IStore<typeof Actions[keyof typeof Actions]>

Defined in

items/src/index.ts:19open in new window


ConditionStore

Ƭ ConditionStore: IStore<typeof Conditions[keyof typeof Conditions]>

Defined in

items/src/index.ts:20open in new window


EventStore

Ƭ EventStore: IStore<typeof Events[keyof typeof Events]>

Defined in

items/src/index.ts:21open in new window


VariableStore

Ƭ VariableStore: ISingleStore<typeof Variables[keyof typeof Variables]>

Defined in

items/src/index.ts:22open in new window

Variables

Items

Const Items: Object

Default Rocket League nodes (actions, conditions, events) + default UDK nodes

Type declaration

NameType
ActionsActions
ConditionsConditions
EventsEvents
VariablesVariables

Defined in

items/src/index.ts:12open in new window


defaultItems

Const defaultItems: SequenceItemType[]

Defined in

items/src/index.ts:48open in new window


version

Const version: "2.24"

Defined in

items/src/version.ts:1open in new window

Functions

createStore

createStore<T>(items, type): IStore<T>

Type parameters

NameType
Textends SequenceItemTypeof

Parameters

NameType
itemsT[]
typeNodeType

Returns

IStore<T>

Defined in

items/src/index.ts:31open in new window


listDefaultItems

listDefaultItems(): SequenceItemTypeof[]

Convert the default items (Items) to an array of items

Returns

SequenceItemTypeof[]

The converted nodes

Defined in

items/src/index.ts:44open in new window