<aside> 📦 8BDT.acs
</aside>
Stores a list of scripts to execute every tic on the client for purposes of displaying assists and other graphics. See more info about how to interact with this table at the tutorial for advanced weapons and the tutorial for assist items.
MAX_ASSISTD
: int - Count of stored Assist Displays.assistScript
: string - Name of the script for the assist display function<aside> âš¡ int findAssistByScript(str scr)
</aside>
scr
: String - name of the assist display scriptEach of the following returns the value of their given property, given a table index.
<aside> âš¡ int str getAssistScript(int idx)
</aside>
Each of the following changes the value of their given property, given a table index.
<aside> âš¡ void setAssistScript(int idx, str val)
</aside>