.DT
query_all_children
DW_wibble creator help
query_all_children

.SH Name
.SP 5 5
query_all_children -  This method returns all the children of the specified skill.
.EP

.SH Syntax
.SI 5
string * query_all_children(string skill)
.EI

.SH Parameters
.SI 5
%^BOLD%^skill%^RESET%^ - the skill to get the children of
.EI

.SH Returns
.SI 5
all the children.EI

.SH Defined in
.SI 5
/std/skills.c
.EI

.SH Description
.SP 5 5

This method returns all the children of the specified skill.
This does a deep children finding exercise, returing all the children
as it goes lower and lower into the array.
.EP

.SH See also
.SP 5 5
query_related_skills()

.EP

