tool.mod.script.StructInterpreter
tool.mod.script.StructInterpreter
Inherits from: tool.mod.script.ScriptInterpreter
Fields
| Name | Type | |
|---|---|---|
currentLevelName | String | |
shouldCallDefaultAddTeleport | Bool | |
shouldDoInfamousMobScaling | Bool | |
mobTiers | hl.types.ArrayBytes_Int |
Protos
f@6625callBuildMainRooms(tool.mod.script.StructInterpreter) → Boolf@6626loadLevel(tool.mod.script.StructInterpreter, String) → Voidf@6627init(tool.mod.script.StructInterpreter) → Voidf@6628reset(tool.mod.script.StructInterpreter) → Voidf@6629doesAllowInfamousMobScaling(tool.mod.script.StructInterpreter) → Boolf@6630callBuildSecondaryRooms(tool.mod.script.StructInterpreter) → Boolf@6631callBuildTriggeredDoors(tool.mod.script.StructInterpreter, hl.types.ArrayObj) → Boolf@6632callBuildTimedDoors(tool.mod.script.StructInterpreter) → Boolf@6633callAddTeleports(tool.mod.script.StructInterpreter) → Boolf@6634callFinalize(tool.mod.script.StructInterpreter) → Boolf@6635getCustomLevelInfo(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@6636getMobRoster(tool.mod.script.StructInterpreter) → hl.types.ArrayObjf@6637buildMainRooms(tool.mod.script.StructInterpreter) → Voidf@6638buildMobRoster(tool.mod.script.StructInterpreter) → Voidf@6639setLevelInfo(tool.mod.script.StructInterpreter) → Voidf@6640setLevelInfoFrom(tool.mod.script.StructInterpreter, String, tool.mod.script.LevelInfo) → Voidf@6641setLevelPropsFrom(tool.mod.script.StructInterpreter, String, tool.mod.script.LevelProps) → Voidf@6642addMobRosterFrom(tool.mod.script.StructInterpreter, String, hl.types.ArrayObj) → Voidf@6643callDefaultAddTeleport(tool.mod.script.StructInterpreter) → Voidf@6644setAutomaticMobScaling(tool.mod.script.StructInterpreter, Bool) → Voidf@6645getMobTier(tool.mod.script.StructInterpreter, I32) → I32f@6646setMobTier(tool.mod.script.StructInterpreter, I32) → Voidf@6647exposeTypesAndFunctions(tool.mod.script.StructInterpreter) → Void
Bindings
- static
f@6684__constructor__(tool.mod.script.StructInterpreter) → Void