Scrawl-canvas API
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Preparing search index...
WorldFactoryFunctions
Interface WorldFactoryFunctions
interface
WorldFactoryFunctions
{
actionPacket
:
(
item
:
string
,
override
?:
CommonObjectInput
)
=>
any
;
addAttribute
:
(
items
:
UserInput
)
=>
WorldInstance
;
clone
:
(
item
?:
WorldFactoryInputs
)
=>
WorldInstance
;
get
:
(
item
:
string
)
=>
any
;
importPacket
:
(
item
:
string
|
string
[]
,
override
?:
CommonObjectInput
,
)
=>
any
;
kill
:
(
item
?:
any
)
=>
void
;
removeAttribute
:
(
key
:
string
)
=>
WorldInstance
;
saveAsPacket
:
(
item
?:
boolean
|
WorldSaveInputs
)
=>
string
;
set
:
(
item
?:
WorldFactoryInputs
)
=>
WorldInstance
;
setDelta
:
(
item
?:
WorldFactoryDeltaInputs
)
=>
WorldInstance
;
}
Hierarchy (
View Summary
)
BaseMixinFunctions
WorldFactoryFunctions
WorldInstance
Index
Properties
action
Packet
add
Attribute
clone
get
import
Packet
kill
remove
Attribute
save
As
Packet
set
set
Delta
Properties
action
Packet
actionPacket
:
(
item
:
string
,
override
?:
CommonObjectInput
)
=>
any
add
Attribute
addAttribute
:
(
items
:
UserInput
)
=>
WorldInstance
clone
clone
:
(
item
?:
WorldFactoryInputs
)
=>
WorldInstance
get
get
:
(
item
:
string
)
=>
any
import
Packet
importPacket
:
(
item
:
string
|
string
[]
,
override
?:
CommonObjectInput
)
=>
any
kill
kill
:
(
item
?:
any
)
=>
void
remove
Attribute
removeAttribute
:
(
key
:
string
)
=>
WorldInstance
save
As
Packet
saveAsPacket
:
(
item
?:
boolean
|
WorldSaveInputs
)
=>
string
set
set
:
(
item
?:
WorldFactoryInputs
)
=>
WorldInstance
set
Delta
setDelta
:
(
item
?:
WorldFactoryDeltaInputs
)
=>
WorldInstance
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Packet
add
Attribute
clone
get
import
Packet
kill
remove
Attribute
save
As
Packet
set
set
Delta
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Scrawl-canvas API
Loading...