BetterModel
Toggle table of contents
1.12.1-SNAPSHOT-353
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.script
/
BlueprintScript
Blueprint
Script
@
ApiStatus.Internal
class
BlueprintScript
:
Record
A script data of blueprint.
Parameters
name
script name
type
type
length
playtime
scripts
scripts
Members
Constructors
Blueprint
Script
Link copied to clipboard
constructor
(
)
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
from
Empty
Link copied to clipboard
@
NotNull
open
fun
fromEmpty
(
@
NotNull
animation
:
@
NotNull
ModelAnimation
)
:
@
NotNull
BlueprintScript
Creates empty script
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
iterator
Link copied to clipboard
@
NotNull
open
fun
iterator
(
)
:
@
NotNull
AnimationIterator
<
TimeScript
>
Creates animation iterator of this script
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String