Differences

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

Link to this comparison view

Next revision
Previous revision
ardiscript:unfadetag [2018/04/24 04:10]
optrix created
ardiscript:unfadetag [2018/04/24 04:22] (current)
optrix [Examples]
Line 2: Line 2:
  
 ====Summary==== ====Summary====
 +
 +This function will unfade all assets with the specified tag making them completely opaque and visible.
  
 ====Paramaters==== ====Paramaters====
 +
 +===Tag===
 +
 +//Type: Text
 +Default: None//
 +
 +The name of the tag to be checked. If an asset contains this tag, it will be unfaded and become completely visible.
  
 ====See Also==== ====See Also====
 +[[fade]] [[fadeeverythingbut]] [[fadetag]] [[fadeuntagged]] [[fadeto]] [[fadefrom]] [[unfade]] [[unfadeeverything]]
  
 ====Examples==== ====Examples====
 +
 +<​code>​
 +<​unfadetag Tag="​misc"​ />
 +</​code>​
 +
 +> This will search all assets for the tag **misc**, each asset that contains the tag **misc** will be unfaded and become completely visible.
 +
 +