View Source ExRPG.RuleSystems.Abilities.Spec (ExRPG v0.2.1)

A spec is the base definition of an ability, defining its name, abbreviation, and description. Additionally this module provides helper methods for individual specs and lists of specs.

Link to this section Summary

Functions

Retunes the names of the given specs

Link to this section Functions

Retunes the names of the given specs

examples

Examples

iex> ExRPG.RuleSystems.Abilities.Spec.get_names(list_of_specs)
["names", "of", "specs]