Class TileArgs
- Namespace
- TrinketTinker.Models.AbilityArgs
- Assembly
- TrinketTinker.dll
Args for picking a random tile within range
public class TileArgs : IArgs
- Inheritance
-
TileArgs
- Implements
- Derived
- Inherited Members
Properties
Count
Number of tiles to affect at a time
public int Count { get; set; }
Property Value
Range
Tile range radius, e.g. range 1 = 3x3, results in a square
public int Range { get; set; }
Property Value
Methods
Validate()
Checks if the given arguments are valid, potentially modify arguments to ensure they are valid
public bool Validate()
Returns
- bool
true if valid