<aside> 📦 8BDT.acs
</aside>
Stores information about all defined translations. See more info about how to interact with this table at the tutorial for basic and advanced weapons.
MAX_TRANS: int - Count of stored Translation IDsTRANS_LOWEST: int - Lowest Translation IDTRANS_HIGHEST: int - Highest Translation IDTransId: int - Translation IDEach of the following returns the value of their given property, given a table index.
<aside> âš¡ int getTransId(int idx)
</aside>
Each of the following changes the value of their given property, given a table index.
<aside> âš¡ void setTransId(int idx, int val)
</aside>