Unwanted mass rename of tinsert to table.insert
This commit is contained in:
+32
-32
@@ -98,7 +98,7 @@ Details.API_Description = {
|
||||
--[=[
|
||||
Details.SegmentInfo (segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "SegmentInfo",
|
||||
desc = "Return a table containing information about the segment.",
|
||||
parameters = {
|
||||
@@ -139,7 +139,7 @@ end
|
||||
--[=[
|
||||
Details.SegmentElapsedTime (segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "SegmentElapsedTime",
|
||||
desc = "Return the total elapsed time of a segment.",
|
||||
parameters = {
|
||||
@@ -174,7 +174,7 @@ end
|
||||
--[=[
|
||||
Details.SegmentDamagingUnits (segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "SegmentDamagingUnits",
|
||||
desc = "Return a numeric (ipairs) table with name of units that inflicted damage on the segment.",
|
||||
parameters = {
|
||||
@@ -253,7 +253,7 @@ end
|
||||
--[=[
|
||||
Details.SegmentHealingUnits (segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "SegmentHealingUnits",
|
||||
desc = "Return a numeric (ipairs) table with name of units that inflicted healing on the segment.",
|
||||
parameters = {
|
||||
@@ -332,7 +332,7 @@ end
|
||||
Details.SegmentTotalDamage (segment)
|
||||
--=]=]
|
||||
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "SegmentTotalDamage",
|
||||
desc = "Query the total damage done in the segment and only by players in the group.",
|
||||
parameters = {
|
||||
@@ -369,7 +369,7 @@ end
|
||||
Details.SegmentTotalHealing (segment)
|
||||
--=]=]
|
||||
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "SegmentTotalHealing",
|
||||
desc = "Query the total healing done in the segment and only by players in the group.",
|
||||
parameters = {
|
||||
@@ -405,7 +405,7 @@ end
|
||||
Details.SegmentPhases (segment)
|
||||
--=]=]
|
||||
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "SegmentPhases",
|
||||
desc = "Return a numeric (ipairs) table with phase numbers available on the segment.",
|
||||
parameters = {
|
||||
@@ -452,7 +452,7 @@ end
|
||||
Details.UnitInfo (unitId, segment)
|
||||
--=]=]
|
||||
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitInfo",
|
||||
desc = "Query basic information about the unit, like class and spec.",
|
||||
parameters = {
|
||||
@@ -537,7 +537,7 @@ end
|
||||
Details.UnitTexture (unitId, segment)
|
||||
--=]=]
|
||||
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitTexture",
|
||||
desc = "Query the icon and texcoords for the class and spec icon.",
|
||||
parameters = {
|
||||
@@ -616,7 +616,7 @@ end
|
||||
--[=[
|
||||
Details.UnitDamage (unitId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitDamage",
|
||||
desc = "Query the damage of a unit.",
|
||||
parameters = {
|
||||
@@ -665,7 +665,7 @@ end
|
||||
--[=[
|
||||
Details.UnitDamageByPhase (unitId, phaseNumber, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitDamageByPhase",
|
||||
desc = "Query the damage of a unit but only for a specific phase of a boss encounter.",
|
||||
parameters = {
|
||||
@@ -724,7 +724,7 @@ end
|
||||
--[=[
|
||||
Details.UnitDamageInfo (unitId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitDamageInfo",
|
||||
desc = "Return a table with damage information.",
|
||||
parameters = {
|
||||
@@ -791,7 +791,7 @@ end
|
||||
--[=[
|
||||
Details.UnitDamageBySpell (unitId, spellId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitDamageBySpell",
|
||||
desc = "Query the total damage done of a spell casted by the unit.",
|
||||
parameters = {
|
||||
@@ -861,7 +861,7 @@ end
|
||||
--[=[
|
||||
Details.UnitDamageSpellInfo (unitId, spellId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitDamageSpellInfo",
|
||||
desc = "Return a table with the spell damage information.",
|
||||
parameters = {
|
||||
@@ -964,7 +964,7 @@ end
|
||||
--[=[
|
||||
Details.UnitDamageSpellOnUnit (unitId, spellId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitDamageSpellOnUnit",
|
||||
desc = "Query the damage done of a spell into a specific target.",
|
||||
parameters = {
|
||||
@@ -1039,7 +1039,7 @@ end
|
||||
--[=[
|
||||
Details.UnitDamageTaken (unitId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitDamageTaken",
|
||||
desc = "Query the unit damage taken.",
|
||||
parameters = {
|
||||
@@ -1087,7 +1087,7 @@ end
|
||||
--[=[
|
||||
Details.UnitDamageOnUnit (unitId, targetUnitId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitDamageOnUnit",
|
||||
desc = "Query the unit damage done on another unit.",
|
||||
parameters = {
|
||||
@@ -1142,7 +1142,7 @@ end
|
||||
--[=[
|
||||
Details.UnitDamageTakenFromSpell (unitId, spellId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitDamageTakenFromSpell",
|
||||
desc = "Query the unit damage taken from a spell.",
|
||||
parameters = {
|
||||
@@ -1218,7 +1218,7 @@ end
|
||||
--[=[
|
||||
Details.UnitDamagingSpells (unitId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitDamagingSpells",
|
||||
desc = "Return a numeric (ipairs) table with spells IDs used by the unit to apply damage.",
|
||||
parameters = {
|
||||
@@ -1272,7 +1272,7 @@ end
|
||||
--[=[
|
||||
Details.UnitDamagingTargets (unitId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitDamagingTargets",
|
||||
desc = "Return a numeric (ipairs) table with names of targets the unit inflicted damage. You may query the amount of damage with Details.UnitDamageOnUnit( unitId, targetName ).",
|
||||
parameters = {
|
||||
@@ -1326,7 +1326,7 @@ end
|
||||
--[=[
|
||||
Details.UnitDamagingPets (unitId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitDamagingPets",
|
||||
desc = "Return a numeric (ipairs) table with all pet names the unit used to apply damage. Individual pet information can be queried with Details.UnitDamage( petName ).",
|
||||
parameters = {
|
||||
@@ -1384,7 +1384,7 @@ end
|
||||
--[=[
|
||||
Details.UnitHealing (unitId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitHealing",
|
||||
desc = "Query the healing done of a unit.",
|
||||
parameters = {
|
||||
@@ -1433,7 +1433,7 @@ end
|
||||
--[=[
|
||||
Details.UnitHealingInfo (unitId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitHealingInfo",
|
||||
desc = "Return a table with healing information.",
|
||||
parameters = {
|
||||
@@ -1505,7 +1505,7 @@ end
|
||||
--[=[
|
||||
Details.UnitHealingBySpell (unitId, spellId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitHealingBySpell",
|
||||
desc = "Query the total healing done of a spell casted by the unit.",
|
||||
parameters = {
|
||||
@@ -1577,7 +1577,7 @@ end
|
||||
--[=[
|
||||
Details.UnitHealingSpellInfo (unitId, spellId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitHealingSpellInfo",
|
||||
desc = "Return a table with the spell healing information.",
|
||||
parameters = {
|
||||
@@ -1681,7 +1681,7 @@ end
|
||||
--[=[
|
||||
Details.UnitHealingSpellOnUnit (unitId, spellId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitHealingSpellOnUnit",
|
||||
desc = "Query the healing done of a spell into a specific target.",
|
||||
parameters = {
|
||||
@@ -1758,7 +1758,7 @@ end
|
||||
--[=[
|
||||
Details.UnitHealingTaken (unitId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitHealingTaken",
|
||||
desc = "Query the unit healing taken.",
|
||||
parameters = {
|
||||
@@ -1808,7 +1808,7 @@ end
|
||||
--[=[
|
||||
Details.UnitHealingOnUnit (unitId, targetUnitId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitHealingOnUnit",
|
||||
desc = "Query the unit healing done on another unit.",
|
||||
parameters = {
|
||||
@@ -1866,7 +1866,7 @@ end
|
||||
--[=[
|
||||
Details.UnitHealingTakenFromSpell (unitId, spellId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitHealingTakenFromSpell",
|
||||
desc = "Query the unit healing taken from a spell.",
|
||||
parameters = {
|
||||
@@ -1943,7 +1943,7 @@ end
|
||||
--[=[
|
||||
Details.UnitHealingSpells (unitId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitHealingSpells",
|
||||
desc = "Return a numeric (ipairs) table with spells IDs used by the unit to apply healing.",
|
||||
parameters = {
|
||||
@@ -1998,7 +1998,7 @@ end
|
||||
--[=[
|
||||
Details.UnitHealingTargets (unitId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitHealingTargets",
|
||||
desc = "Return a numeric (ipairs) table with names of targets the unit applied heal. You may query the amount of damage with Details.UnitHealingOnUnit( unitId, targetName ).",
|
||||
parameters = {
|
||||
@@ -2053,7 +2053,7 @@ end
|
||||
--[=[
|
||||
Details.UnitHealingPets (unitId, segment)
|
||||
--=]=]
|
||||
tinsert(Details.API_Description.namespaces[1].api, {
|
||||
table.insert(Details.API_Description.namespaces[1].api, {
|
||||
name = "UnitHealingPets",
|
||||
desc = "Return a numeric (ipairs) table with all pet names the unit used to apply healing. Individual pet information can be queried with Details.UnitHealing( petName ).",
|
||||
parameters = {
|
||||
|
||||
Reference in New Issue
Block a user