Memory Category | Instances |
---|
Type | Member | History | |
---|---|---|---|
void | ConvertToPackageUpload (string uploadUrl, Objects cloneInstances, Objects originalInstances) | ||
OnConvertToPackageResult (bool isSuccessful, string errorMessage) | |||
OnOpenConvertToPackagePlugin (Objects instances, string name, Objects cloneInstances) | |||
51 members inherited from Instance |
Parameters | 3 |
---|
Name | Type | Default |
---|---|---|
uploadUrl | string | none |
cloneInstances | Objects | none |
originalInstances | Objects | none |
Return Type | void |
---|---|
Security | RobloxScriptSecurity |
Parameters | 2 |
---|
Name | Type | Default |
---|---|---|
isSuccessful | bool | none |
errorMessage | string | none |
Security | RobloxScriptSecurity |
---|
Parameters | 3 |
---|
Name | Type | Default |
---|---|---|
instances | Objects | none |
name | string | none |
cloneInstances | Objects | none |
Security | RobloxScriptSecurity |
---|