RCS0056 - roslynator_max_line_length = 180
This commit is contained in:
committed by
Matthias Mailänder
parent
822a29aa76
commit
9d5d2ab493
@@ -54,7 +54,10 @@ namespace OpenRA.Mods.Common.Projectiles
|
||||
[Desc("The maximum/constant/incremental inaccuracy used in conjunction with the InaccuracyType property.")]
|
||||
public readonly WDist Inaccuracy = WDist.Zero;
|
||||
|
||||
[Desc("Controls the way inaccuracy is calculated. Possible values are 'Maximum' - scale from 0 to max with range, 'PerCellIncrement' - scale from 0 with range and 'Absolute' - use set value regardless of range.")]
|
||||
[Desc("Controls the way inaccuracy is calculated. Possible values are " +
|
||||
"'Maximum' - scale from 0 to max with range, " +
|
||||
"'PerCellIncrement' - scale from 0 with range, " +
|
||||
"'Absolute' - use set value regardless of range.")]
|
||||
public readonly InaccuracyType InaccuracyType = InaccuracyType.Maximum;
|
||||
|
||||
[Desc("Can this projectile be blocked when hitting actors with an IBlocksProjectiles trait.")]
|
||||
|
||||
@@ -30,7 +30,10 @@ namespace OpenRA.Mods.Common.Projectiles
|
||||
[Desc("The maximum/constant/incremental inaccuracy used in conjunction with the InaccuracyType property.")]
|
||||
public readonly WDist Inaccuracy = WDist.Zero;
|
||||
|
||||
[Desc("Controls the way inaccuracy is calculated. Possible values are 'Maximum' - scale from 0 to max with range, 'PerCellIncrement' - scale from 0 with range and 'Absolute' - use set value regardless of range.")]
|
||||
[Desc("Controls the way inaccuracy is calculated. Possible values are " +
|
||||
"'Maximum' - scale from 0 to max with range, " +
|
||||
"'PerCellIncrement' - scale from 0 with range, " +
|
||||
"'Absolute' - use set value regardless of range.")]
|
||||
public readonly InaccuracyType InaccuracyType = InaccuracyType.Maximum;
|
||||
|
||||
[Desc("Image to display.")]
|
||||
|
||||
@@ -24,7 +24,10 @@ namespace OpenRA.Mods.Common.Projectiles
|
||||
[Desc("The maximum/constant/incremental inaccuracy used in conjunction with the InaccuracyType property.")]
|
||||
public readonly WDist Inaccuracy = WDist.Zero;
|
||||
|
||||
[Desc("Controls the way inaccuracy is calculated. Possible values are 'Maximum' - scale from 0 to max with range, 'PerCellIncrement' - scale from 0 with range and 'Absolute' - use set value regardless of range.")]
|
||||
[Desc("Controls the way inaccuracy is calculated. Possible values are " +
|
||||
"'Maximum' - scale from 0 to max with range, " +
|
||||
"'PerCellIncrement' - scale from 0 with range, " +
|
||||
"'Absolute' - use set value regardless of range.")]
|
||||
public readonly InaccuracyType InaccuracyType = InaccuracyType.Maximum;
|
||||
|
||||
[Desc("Projectile can be blocked.")]
|
||||
|
||||
@@ -52,7 +52,10 @@ namespace OpenRA.Mods.Common.Projectiles
|
||||
[Desc("The maximum/constant/incremental inaccuracy used in conjunction with the InaccuracyType property.")]
|
||||
public readonly WDist Inaccuracy = WDist.Zero;
|
||||
|
||||
[Desc("Controls the way inaccuracy is calculated. Possible values are 'Maximum' - scale from 0 to max with range, 'PerCellIncrement' - scale from 0 with range and 'Absolute' - use set value regardless of range.")]
|
||||
[Desc("Controls the way inaccuracy is calculated. Possible values are " +
|
||||
"'Maximum' - scale from 0 to max with range, " +
|
||||
"'PerCellIncrement' - scale from 0 with range, " +
|
||||
"'Absolute' - use set value regardless of range.")]
|
||||
public readonly InaccuracyType InaccuracyType = InaccuracyType.Maximum;
|
||||
|
||||
[Desc("Beam can be blocked.")]
|
||||
|
||||
@@ -77,7 +77,10 @@ namespace OpenRA.Mods.Common.Projectiles
|
||||
[Desc("The maximum/constant/incremental inaccuracy used in conjunction with the InaccuracyType property.")]
|
||||
public readonly WDist Inaccuracy = WDist.Zero;
|
||||
|
||||
[Desc("Controls the way inaccuracy is calculated. Possible values are 'Maximum' - scale from 0 to max with range, 'PerCellIncrement' - scale from 0 with range and 'Absolute' - use set value regardless of range.")]
|
||||
[Desc("Controls the way inaccuracy is calculated. Possible values are " +
|
||||
"'Maximum' - scale from 0 to max with range, " +
|
||||
"'PerCellIncrement' - scale from 0 with range, " +
|
||||
"'Absolute' - use set value regardless of range.")]
|
||||
public readonly InaccuracyType InaccuracyType = InaccuracyType.Absolute;
|
||||
|
||||
[Desc("Inaccuracy override when successfully locked onto target. Defaults to Inaccuracy if negative.")]
|
||||
|
||||
@@ -28,7 +28,10 @@ namespace OpenRA.Mods.Common.Projectiles
|
||||
[Desc("The maximum/constant/incremental inaccuracy used in conjunction with the InaccuracyType property.")]
|
||||
public readonly WDist Inaccuracy = WDist.Zero;
|
||||
|
||||
[Desc("Controls the way inaccuracy is calculated. Possible values are 'Maximum' - scale from 0 to max with range, 'PerCellIncrement' - scale from 0 with range and 'Absolute' - use set value regardless of range.")]
|
||||
[Desc("Controls the way inaccuracy is calculated. Possible values are " +
|
||||
"'Maximum' - scale from 0 to max with range, " +
|
||||
"'PerCellIncrement' - scale from 0 with range, " +
|
||||
"'Absolute' - use set value regardless of range.")]
|
||||
public readonly InaccuracyType InaccuracyType = InaccuracyType.Maximum;
|
||||
|
||||
[Desc("Can this projectile be blocked when hitting actors with an IBlocksProjectiles trait.")]
|
||||
|
||||
Reference in New Issue
Block a user