Function ====== Icons.StoreIcon ====== Void Icons.StoreIcon(String iconId, String propertyId) ^ API | http://api.avolites.com/11.0/Icons.StoreIcon.html | ^ description | Stores an icon from the local console into the current Titan show | ^ [[macros:namespace|namespace]] | [[macros:namespace:icons]] | ^ parameter | iconId ( [[macros:type:string]] ) : The string (GUID) icon id. | ^ ::: | propertyId ( [[macros:type:string]] ) : The id of a property to place the newly stored icon titan id in. | ^ return value | [[macros:type:void]]. In fact the titanId is returned in the propertyId parameter. | == Example in == [[macros:example:seticonlegend:]]: Icons.StoreIcon("1caf5766-67e1-41a0-aec4-dc821f1c160a", "Expert.Legend.Set.Generic.PendingTitanId") == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~