Difference between revisions of "CTechTree::setIcon"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void setIcon(string techname, u32 icon) </syntaxhighlight> Object method of: CTechTree [[Category:Scripti...") |
|||
Line 6: | Line 6: | ||
void setIcon(string techname, u32 icon) | void setIcon(string techname, u32 icon) | ||
− | + | void setIcon(string techname, string iconname) | |
+ | void setIcon(string techname, string textureFile, u32 icon, dimension2di framesize ) | ||
+ | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 06:23, 10 September 2012
void setIcon(string techname, u32 icon) void setIcon(string techname, string iconname) void setIcon(string techname, string textureFile, u32 icon, dimension2di framesize )
Object method of: CTechTree