- ingame/slashcommands/slashcommands_shared.lua:47 --
PrintLineTypeInfo("BEGIN_LOG", "timeSinceEpochMS", "logVersion", "realmName", "language", "gameVersion")
- ingame/slashcommands/slashcommands_shared.lua:48 --
PrintLineTypeInfo("END_LOG")
- ingame/slashcommands/slashcommands_shared.lua:49 --
PrintLineTypeInfo("BEGIN_COMBAT")
- ingame/slashcommands/slashcommands_shared.lua:50 --
PrintLineTypeInfo("END_COMBAT")
- ingame/slashcommands/slashcommands_shared.lua:51 --
PrintLineTypeInfo("PLAYER_INFO", "unitId", "[longTermEffectAbilityId,...]", "[longTermEffectStackCounts,...]", "[,...]", "[primaryAbilityId,...]", "[backupAbilityId,...]")
- ingame/slashcommands/slashcommands_shared.lua:52 --
PrintLineTypeInfo("BEGIN_CAST", "durationMS", "channeled", "castTrackId", "abilityId", "", "")
- ingame/slashcommands/slashcommands_shared.lua:53 --
PrintLineTypeInfo("END_CAST", "endReason", "castTrackId", "interruptingAbilityId:optional", "interruptingUnitId:optional")
- ingame/slashcommands/slashcommands_shared.lua:54 --
PrintLineTypeInfo("COMBAT_EVENT", "actionResult", "damageType", "powerType", "hitValue", "overflow", "castTrackId", "abilityId", "", "")
- ingame/slashcommands/slashcommands_shared.lua:55 --
PrintLineTypeInfo("HEALTH_REGEN", "effectiveRegen", "")
- ingame/slashcommands/slashcommands_shared.lua:56 --
PrintLineTypeInfo("UNIT_ADDED", "unitId", "unitType", "isLocalPlayer", "playerPerSessionId", "monsterId", "isBoss", "classId", "raceId", "name", "displayName", "characterId", "level", "championPoints", "ownerUnitId", "reaction", "isGroupedWithLocalPlayer")
- ingame/slashcommands/slashcommands_shared.lua:57 --
PrintLineTypeInfo("UNIT_CHANGED", "unitId", "classId", "raceId", "name", "displayName", "characterId", "level", "championPoints", "ownerUnitId", "reaction", "isGroupedWithLocalPlayer")
- ingame/slashcommands/slashcommands_shared.lua:58 --
PrintLineTypeInfo("UNIT_REMOVED", "unitId")
- ingame/slashcommands/slashcommands_shared.lua:59 --
PrintLineTypeInfo("EFFECT_CHANGED", "changeType", "stackCount", "castTrackId", "abilityId", "", "", "playerInitiatedRemoveCastTrackId:optional")
- ingame/slashcommands/slashcommands_shared.lua:60 --
PrintLineTypeInfo("ABILITY_INFO", "abilityId", "name", "iconPath", "interruptible", "blockable")
- ingame/slashcommands/slashcommands_shared.lua:61 --
PrintLineTypeInfo("EFFECT_INFO", "abilityId", "effectType", "statusEffectType", "effectBarDisplayBehaviour", "grantsSynergyAbilityId:optional")
- ingame/slashcommands/slashcommands_shared.lua:62 --
PrintLineTypeInfo("MAP_INFO", "id", "name", "texturePath")
- ingame/slashcommands/slashcommands_shared.lua:63 --
PrintLineTypeInfo("ZONE_INFO", "id", "name", "dungeonDifficulty")
- ingame/slashcommands/slashcommands_shared.lua:64 --
PrintLineTypeInfo("TRIAL_INIT", "id", "inProgress", "completed", "startTimeMS", "durationMS", "success", "finalScore")
- ingame/slashcommands/slashcommands_shared.lua:65 --
PrintLineTypeInfo("BEGIN_TRIAL", "id", "startTimeMS")
- ingame/slashcommands/slashcommands_shared.lua:66 --
PrintLineTypeInfo("END_TRIAL", "id", "durationMS", "success", "finalScore", "finalVitalityBonus")