Skip to content

tool.mod.script.StructInterpreter

tool.mod.script.StructInterpreter

Inherits from: tool.mod.script.ScriptInterpreter

Fields

NameType
currentLevelNameString
shouldCallDefaultAddTeleportBool
shouldDoInfamousMobScalingBool
mobTiershl.types.ArrayBytes_Int

Protos

  • f@6625 callBuildMainRooms(tool.mod.script.StructInterpreter) → Bool
  • f@6626 loadLevel(tool.mod.script.StructInterpreter, String) → Void
  • f@6627 init(tool.mod.script.StructInterpreter) → Void
  • f@6628 reset(tool.mod.script.StructInterpreter) → Void
  • f@6629 doesAllowInfamousMobScaling(tool.mod.script.StructInterpreter) → Bool
  • f@6630 callBuildSecondaryRooms(tool.mod.script.StructInterpreter) → Bool
  • f@6631 callBuildTriggeredDoors(tool.mod.script.StructInterpreter, hl.types.ArrayObj) → Bool
  • f@6632 callBuildTimedDoors(tool.mod.script.StructInterpreter) → Bool
  • f@6633 callAddTeleports(tool.mod.script.StructInterpreter) → Bool
  • f@6634 callFinalize(tool.mod.script.StructInterpreter) → Bool
  • f@6635 getCustomLevelInfo(tool.mod.script.StructInterpreter, Virtual[baseLootLevel, biome, bonusTripleScrollAfterBC, cellBonus, dlc, doubleUps, eliteRoomChance, eliteWanderChance, flagsProps, group, icon, id, index, loreDescriptions, mapDepth, minGold, mobDensity, mobs, name, nextLevels, parallax, props, quarterUpsBC3, quarterUpsBC4, specificLoots, specificSubBiome, transitionTo, tripleUps, worldDepth]) → Virtual[baseLootLevel, biome, bonusTripleScrollAfterBC, cellBonus, dlc, doubleUps, eliteRoomChance, eliteWanderChance, flagsProps, group, icon, id, index, loreDescriptions, mapDepth, minGold, mobDensity, mobs, name, nextLevels, parallax, props, quarterUpsBC3, quarterUpsBC4, specificLoots, specificSubBiome, transitionTo, tripleUps, worldDepth]
  • f@6636 getMobRoster(tool.mod.script.StructInterpreter) → hl.types.ArrayObj
  • f@6637 buildMainRooms(tool.mod.script.StructInterpreter) → Void
  • f@6638 buildMobRoster(tool.mod.script.StructInterpreter) → Void
  • f@6639 setLevelInfo(tool.mod.script.StructInterpreter) → Void
  • f@6640 setLevelInfoFrom(tool.mod.script.StructInterpreter, String, tool.mod.script.LevelInfo) → Void
  • f@6641 setLevelPropsFrom(tool.mod.script.StructInterpreter, String, tool.mod.script.LevelProps) → Void
  • f@6642 addMobRosterFrom(tool.mod.script.StructInterpreter, String, hl.types.ArrayObj) → Void
  • f@6643 callDefaultAddTeleport(tool.mod.script.StructInterpreter) → Void
  • f@6644 setAutomaticMobScaling(tool.mod.script.StructInterpreter, Bool) → Void
  • f@6645 getMobTier(tool.mod.script.StructInterpreter, I32) → I32
  • f@6646 setMobTier(tool.mod.script.StructInterpreter, I32) → Void
  • f@6647 exposeTypesAndFunctions(tool.mod.script.StructInterpreter) → Void

Bindings

  • static f@6684 __constructor__(tool.mod.script.StructInterpreter) → Void