OGS Java API Spec

Uses of Class
ogs.magic.Range

Packages that use Range
ogs.magic Defines the standard magic system. 
 

Uses of Range in ogs.magic
 

Subclasses of Range in ogs.magic
 class AbsoluteRange
          A spell range expressed in an absolute distance.
 class LevelRange
          An absolute range that is based on caster level.
 

Methods in ogs.magic that return Range
abstract  Range Spell.getRange()
          Determine the range of this spell.
static Range Range.Personal()
          Create a new Personal spell range.
static Range Range.Touch()
          Create a new Touch spell range.
static Range Range.Unlimited()
          Create a new Unlimited spell range.
 


OGS Java API Spec