Difference between revisions of "CTechTree::getTech"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> CTechnology@ getTech(string techname)" CTechnology@ getTech(int index) </syntaxhighlight> Object method of: ...")
 
 
Line 5: Line 5:
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
 
   
 
   
  CTechnology@ getTech(string techname)"
+
  CTechnology@ getTech(string techname)
 
  CTechnology@ getTech(int index)
 
  CTechnology@ getTech(int index)
 
   
 
   

Latest revision as of 07:20, 10 September 2012



 
 CTechnology@ getTech(string techname)
 CTechnology@ getTech(int index)

Object method of: CTechTree