@kismet.ts/shared / Exports / Constants

Namespace: Constants

Table of contents

Enumerations

Variables

Variables

DefaultMainSequenceName

Const DefaultMainSequenceName: "Main_Sequence"

Default name for the main sequence in a project

Defined in

kismet/Constants.ts:4open in new window


ObjInstanceVersions

Const ObjInstanceVersions: Map<string, number>

Map of item versions when an item has a version that is > 1.

UDK will give an incorrect version when an item has a lower version. If the item is not an event, it will also give an incorrect version when the version given is higher.

If the version is < 0, no version should be provided to the node.

Create a new issue if a class is missing: https://github.com/ghostrider-05/kismet.ts/issues/new

Defined in

kismet/Constants.ts:26open in new window


deprecatedNodes

Const deprecatedNodes: Set<string>

Default UDK nodes that are deprecated and should not be used

Defined in

kismet/Constants.ts:9open in new window