# Vehicle

{% hint style="info" %}
Last updated: 2024/1/9
{% endhint %}

Here is the list of tables which are related to water category:

<table><thead><tr><th width="78">ID</th><th width="177">Display Name</th><th width="228">Explanations</th><th align="center">Parameter A</th><th align="center">Parameter B</th></tr></thead><tbody><tr><td>3</td><td>Change the number of hit points of Vehicle 'A' to 'B' percents.</td><td>Change the health of the Vehicle ‘A’ to percentage ‘B’ relative to its maximum hit points.<br><br>Can set more than 100%, just causing the blood overflow.</td><td align="center">Vehicle</td><td align="center">Float<br>(0~100)%</td></tr><tr><td>12</td><td>Destroy all vehicles in Region 'A'</td><td>Self-explanatory.</td><td align="center">Region</td><td align="center">-</td></tr><tr><td>13</td><td>Put Character 'A' into the Vehicle 'B'</td><td>Put Character named 'A' into the Vehicle named 'B'.</td><td align="center">Character</td><td align="center">Vehicle</td></tr><tr><td>77</td><td>Allow Gun 'A' only for vehicles</td><td>Transform the gun to hold-able by vehicles<br><br>Also useful for scenario which enemy weapons can't be grab by human, and don't want to show "unknown technology" text.</td><td align="center">Gun</td><td align="center">-</td></tr><tr><td>???</td><td>Move, rotate and flip Decoration 'A' to position of Vehicle 'B'.</td><td>Self-explanatory.</td><td align="center">Decor</td><td align="center">Vehicle</td></tr><tr><td>438</td><td>Enable or Disable visibility of Vehicle 'A' using parameter 'B'</td><td>disable visibility is like when hound walker is destroyed effect.</td><td align="center">Vehicle</td><td align="center">Selector<br>(bool)</td></tr><tr><td>439</td><td>Call Trigger 'B' when Vehicle 'A' destroyed</td><td>Self-explanatory.</td><td align="center">Vehicle</td><td align="center">Trigger</td></tr><tr><td>476</td><td>Change Vehicle 'A' nickname to variable 'B'</td><td>Change the name of the vehicle 'A' by grabbing the value from variable 'B'.</td><td align="center">Vehicle</td><td align="center">Var<br>(String)</td></tr></tbody></table>
