Updates the flags of specific nodes


## Description

This can be useful to show/hide objects, or to cook specific networks



## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>mask</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>mask to select which nodes this can change the flags of</td>
</tr>
<tr>
	<td>tdisplay</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to update the display flag</td>
</tr>
<tr>
	<td>displayMode</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>sets how the display flag will be updated (set to a value or toggle)</td>
</tr>
<tr>
	<td>display</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>new display flag state</td>
</tr>
<tr>
	<td>tbypass</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to update the bypass flag</td>
</tr>
<tr>
	<td>bypassMode</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>sets how the bypass flag will be updated (set to a value or toggle)</td>
</tr>
<tr>
	<td>bypass</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>new bypass flag state</td>
</tr>
<tr>
	<td>execute</td>
	<td><div class='bg-cyan-800 px-2 py-px text-white rounded-sm'>button</div></td>
	<td>button to trigger the node. Useful to debug</td>
</tr>
</table>