SetItemCustomDataCommand
Extends: ESCBaseCommand
Description
*** FOR INTERNAL USE ONLY *** set_item_custom_data(item: String, custom_data: Dictionary)
Sets the “custom_data” of the item if it currently exists in the object manager.
Parameters
Name |
Type |
Description |
Required? |
|---|---|---|---|
item |
|
Global ID of the item whose |
yes |
custom_data |
|
Dictionary assigned to the item’s |
yes |
Methods
configure
func configure() -> ESCCommandArgumentDescriptor
The descriptor of the arguments of this command.
Parameters
None.
Returns
Returns the descriptor of the arguments of this command. The argument descriptor for this command. (ESCCommandArgumentDescriptor)
run
func run(command_params: Array) -> int
Runs the command.
Parameters
Name |
Type |
Description |
Required? |
|---|---|---|---|
command_params |
|
The parameters for the command. |
yes |
Returns
Returns the execution result code. (int)
interrupt
func interrupt() -> void
Function called when the command is interrupted.
Parameters
None.
Returns
Returns nothing.