Updates the param of specific node




## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>param</td>
	<td><div class='bg-fuchsia-800 px-2 py-px text-white rounded-sm'>param_path</div></td>
	<td>the parameter to update</td>
</tr>
<tr>
	<td>type</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>type of the parameter to update</td>
</tr>
<tr>
	<td>toggle</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>for a boolean parameter, sets to toggle its value</td>
</tr>
<tr>
	<td>boolean</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>if toggle is set to off, this will set the value of the parameter</td>
</tr>
<tr>
	<td>number</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>param value for a float parameter</td>
</tr>
<tr>
	<td>vector2</td>
	<td><div class='bg-teal-800 px-2 py-px text-white rounded-sm'>vector2</div></td>
	<td>param value for a vector2 parameter</td>
</tr>
<tr>
	<td>vector3</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>param value for a vector3 parameter</td>
</tr>
<tr>
	<td>vector4</td>
	<td><div class='bg-lime-800 px-2 py-px text-white rounded-sm'>vector4</div></td>
	<td>param value for a vector4 parameter</td>
</tr>
<tr>
	<td>increment</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>if on, the value will be incremented by the value, as opposed to be set to the value</td>
</tr>
<tr>
	<td>string</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>param value for a string parameter</td>
</tr>
<tr>
	<td>execute</td>
	<td><div class='bg-cyan-800 px-2 py-px text-white rounded-sm'>button</div></td>
	<td>execute button to test the node</td>
</tr>
</table>