[Package Index | Mudlib Index | Effect Index]
Includes
This class includes the following files /include/magic.hMethod index
Public Functions
These are functions that everyone can access.
-
query_component_list
string * query_component_list()
Returns the list of components that are used in wizard and witch spells.
They are returned as they added to spells, eg ({ "a knife", "an apple", ... })
- See also:
query_component_list_without_articles
.c
-
query_component_list_without_articles
string * query_component_list_without_articles()
Returns the list of components used in wizard and witch spells, but without
the prefixed 'a' or 'an'.
eg ({ "knife", "apple" })
- See also:
query_component_list
.c
-
query_spell_list
mapping query_spell_list()
Returns the full list of spells in the format
([ "Spell Name" : "path/of/spell" ])