OGS Java API Spec

Uses of Class
ogs.magic.LevelRange

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

Uses of LevelRange in ogs.magic
 

Methods in ogs.magic that return LevelRange
static LevelRange LevelRange.Close(int casterLevel)
          Create a new Close spell range.
static LevelRange LevelRange.Medium(int casterLevel)
          Create a new Medium spell range.
static LevelRange LevelRange.Long(int casterLevel)
          Create a new Long spell range.
 


OGS Java API Spec