CopyResource
This formula allows to create a copy of a resource.
Returns
resource<T>
JSON Format
{
"type": "copyResource",
"components": ...,
"preserve_ids": ...
}
RPG Script
This component can be written in RPG Script as:
copyResource(...)
Fields
| Field | Type | Required | Description |
|---|---|---|---|
preserve_ids | bool | ✓ | If the id for the resource should be the same in the copy or not. |