@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
ConditionStore
Ƭ ConditionStore: IStore
<typeof Conditions
[keyof typeof Conditions
]>
Defined in
EventStore
Ƭ EventStore: IStore
<typeof Events
[keyof typeof Events
]>
Defined in
VariableStore
Ƭ VariableStore: ISingleStore
<typeof Variables
[keyof typeof Variables
]>
Defined in
Variables
Items
• Const
Items: Object
Default Rocket League nodes (actions, conditions, events) + default UDK nodes
Type declaration
Name | Type |
---|---|
Actions | Actions |
Conditions | Conditions |
Events | Events |
Variables | Variables |
Defined in
defaultItems
• Const
defaultItems: SequenceItemType
[]
Defined in
version
• Const
version: "2.24"
Defined in
Functions
createStore
▸ createStore<T
>(items
, type
): IStore
<T
>
Type parameters
Name | Type |
---|---|
T | extends SequenceItemTypeof |
Parameters
Name | Type |
---|---|
items | T [] |
type | NodeType |
Returns
IStore
<T
>
Defined in
listDefaultItems
▸ listDefaultItems(): SequenceItemTypeof
[]
Convert the default items (Items) to an array of items
Returns
SequenceItemTypeof
[]
The converted nodes