Skip to content

Commit d8196bf

Browse files
author
pinnacle-comp
committed
1 parent d0bf9bc commit d8196bf

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

main/classes/pinnacle.output.OutputHandle.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,40 @@ Gets the tags this output has.
475475

476476

477477

478+
### <Badge type="method" text="method" /> active_tags
479+
480+
<div class="language-lua"><pre><code>function pinnacle.output.OutputHandle:active_tags()
481+
-> <a href="/lua-reference/main/classes/pinnacle.tag.TagHandle">pinnacle.tag.TagHandle</a>[]</code></pre></div>
482+
483+
Gets the active tags this output has.
484+
485+
486+
487+
488+
#### Returns
489+
490+
1. <code><a href="/lua-reference/main/classes/pinnacle.tag.TagHandle">pinnacle.tag.TagHandle</a>[]</code>
491+
492+
493+
494+
495+
### <Badge type="method" text="method" /> inactive_tags
496+
497+
<div class="language-lua"><pre><code>function pinnacle.output.OutputHandle:inactive_tags()
498+
-> <a href="/lua-reference/main/classes/pinnacle.tag.TagHandle">pinnacle.tag.TagHandle</a>[]</code></pre></div>
499+
500+
Gets the inactive tags this output has.
501+
502+
503+
504+
505+
#### Returns
506+
507+
1. <code><a href="/lua-reference/main/classes/pinnacle.tag.TagHandle">pinnacle.tag.TagHandle</a>[]</code>
508+
509+
510+
511+
478512
### <Badge type="method" text="method" /> scale
479513

480514
<div class="language-lua"><pre><code>function pinnacle.output.OutputHandle:scale()

0 commit comments

Comments
 (0)