BlueprintScript

@ApiStatus.Internal
class BlueprintScript : Record

A script data of blueprint.

Parameters

name

script name

type

type

length

playtime

scripts

scripts

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
@NotNull
open fun fromEmpty(@NotNull animation: @NotNull ModelAnimation): @NotNull BlueprintScript
Creates empty script
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun iterator(@NotNull modifier: @NotNull AnimationModifier): @NotNull AnimationIterator<TimeScript>
Creates animation iterator of this script
Link copied to clipboard
abstract fun toString(): String