Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
ardiscript:fadetag [2018/04/23 23:11] optrix created |
ardiscript:fadetag [2018/12/11 02:02] (current) optrix |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | =====FadeTagged===== | + | =====FadeTag===== |
| ====Summary==== | ====Summary==== | ||
| - | This function will fade all assets with the specified tag. | + | This function will fade all assets with the specified type. |
| ====Parameters==== | ====Parameters==== | ||
| Line 12: | Line 12: | ||
| Default: None// | Default: None// | ||
| - | The name of the tag to be checked. If an asset contains this tag, it will be faded out. | + | The name of the type to be checked. If an asset contains this type, it will be faded out. |
| ===Amount=== | ===Amount=== | ||
| Line 27: | Line 27: | ||
| <code> | <code> | ||
| - | <fadetag Tag="utility" /> | + | <fadetag Tag="misc" /> |
| </code> | </code> | ||
| - | > This will search all assets for the tag **misc**, each asset that contains the tag **misc** will be faded. | + | > This will search all assets for the type **misc**, each asset that contains the type **misc** will be faded. |
| <code> | <code> | ||
| Line 36: | Line 36: | ||
| </code> | </code> | ||
| - | > This will search all assets for the tag **machine**, each asset that contains the tag **machine** will be faded with a transparency value of 0.0 making them completely invisible. | + | > This will search all assets for the type **machine**, each asset that contains the type **machine** will be faded with a transparency value of 0.0 making them completely invisible. |