User Tools

Site Tools


modding:function:typfind

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
modding:function:typfind [2012/03/17 01:18] – external edit 127.0.0.1modding:function:typfind [2017/01/20 05:05] (current) – added link to typFind criteria xephyr
Line 1: Line 1:
 +Discuss this page on this pages [[typFind Talk Page|TalkPage]]
 +
 +=== typFind ===
 +
 +See [[http://xelerus.de/index.php?s=functions&function=317|typFind at Xelerus]]
 +
 +^ Syntax | (typFind criteria) |
 +^ Arguments | Criteria: a string describing what structures you want to find [[modding:xml:designtype#criteria|(List)]] |
 +^ Returns | list of UNID's |
 +^ Category | [[1.0]], [[type]], [[unid]] |
 +^ Description | This function allow you to return a list of all the xml structures defined in Transcendence. |
 +
 +=== Example ===
 +
 +(typFind "s +baseClass") -> (&scStdAutonBase; &scStdWingmanBase;)
 +
 +[[modding:function:legend:#typfind_criteria|Type Criteria]]
 +
 +Return to [[modding:function:type_functions|type functions]] list
 +
 +Return to [[:Functions]] list
 +