Description
Returns a table of the player's weapons.
This function returns a sequential table. Prefer to loop it with
ipairs instead of the
pairs function.
Returns
1 table All the weapons the player currently has.
Example
Prints how many weapons the player has.
Output: The number of weapons the player has (e.g. 5).