Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / EncounterManager / Example_Forwarded_Slot_Base.json

Example_Forwarded_Slot_Base

Server/EncounterManager/Example_Forwarded_Slot_Base.json, 819 B

Fields

FieldType
Classstring
Typestring
Parametersobject
Instructionsarray[1]

Source

{
  "Class": "EncounterManager",
  "Type": "Abstract",
  "Parameters": {
    "Pattern": {
      "Value": "Encounter_Macro_Example_Forwardable",
      "Description": "Component run by this encounter. The slot accepts the Logic macro (param Label) or the Alt macro (param Announcement); a variant may swap the component and forward a Modify for it."
    }
  },
  "Instructions": [
    {
      "Reference": { "Compute": "Pattern" },
      "Interfaces": [ "Hytale.Instruction.Encounter.Phase.Logic", "Hytale.Instruction.Encounter.Phase.Alt", "Hytale.Instruction.Encounter.Phase.Host" ],
      "AcceptsForward": true,
      "Modify": {
        "_InterfaceParameters": {
          "Hytale.Instruction.Encounter.Phase.Logic": { "Label": "base label (no forward)", "Sound": "SFX_Wand_Ice_Shoot" }
        }
      }
    }
  ]
}