Encounter_Macro_Nested_Host
Server/EncounterManager/Examples/Encounter_Macro_Nested_Host.json, 440 B
Fields
| Field | Type |
|---|---|
Class | string |
Type | string |
Interface | string |
Parameters | object |
Content | object |
Source
{
"Class": "Instruction",
"Type": "Component",
"Interface": "Hytale.Instruction.Encounter.Phase.Host",
"Parameters": {
"Inner": {
"Value": "Encounter_Macro_Nested_Inner",
"Description": "The inner component this macro hosts in its own 'Inner' slot."
}
},
"Content": {
"Reference": { "Compute": "Inner" },
"Interfaces": [ "Hytale.Instruction.Encounter.Phase.Inner" ],
"AcceptsForward": true
}
}