OGS Java API Spec

Uses of Class
ogs.core.Skill

Packages that use Skill
ogs.core The ogs.core package contains types are are used in all open games regardless of setting. 
ogs.skills Provides universal skills. 
 

Uses of Skill in ogs.core
 

Methods in ogs.core with parameters of type Skill
 void Creature.addSkill(Skill skill)
          Add a skill to this creature.
 void Creature.removeSkill(Skill skill)
          Remove a skill from this creature.
 

Uses of Skill in ogs.skills
 

Subclasses of Skill in ogs.skills
 class Diplomacy
          A skill used primarily to detect creatures who are hiding.
 class Spot
          A skill used primarily to detect creatures who are hiding.
 


OGS Java API Spec