WEPS.ClearRetryTimers

Clears the outstanding weapon purchase and loadout failure retry timers.
Realm: Server
Added in: 1.8.2

WEPS.ClearWeaponsLists

Clears the weapon lists used by the roleweapons system.
Realm: Server
Added in: 1.9.4

WEPS.DisguiseToggle(ply)

Toggle's the player's disguise, if they have one.
NOTE: This method was not added by Custom Roles for TTT, but was modified to allow any player with the disguise equipment to use this functionality. In unmodified TTT, this method is restricted to traitors only.
Realm: Client and Server
Added in: 1.0.0
Parameters:

WEPS.DoesRoleHaveWeapon(role, promoted)

Checks whether the role has weapons or equipment available in their shop.
Realm: Client and Server
Added in: 1.0.0
Parameters:

WEPS.HandleCanBuyOverrides(wep, role, block_randomization, sync_traitor_weapons, sync_detective_weapons, block_exclusion, sync_roles, rolepack_weps)

Updates the CanBuy property of the given weapon to only include weapons that the provided role is allowed to purchase based on all of the parameters.
Realm: Client and Server
Added in: 1.0.0
Parameters:

WEPS.HandleRoleEquipment(ply)

Handles loading the roleweapons configuration from the server data files.
Realm: Server
Added in: 1.8.8
Parameters:

WEPS.PlayerOwnsWepReqs(ply, wep)

Checks whether the player has the required weapons or equipment for wep.
Realm: Client and Server
Added in: 2.0.4
Parameters:

WEPS.PrepWeaponsLists(role)

Prepares the roleweapons lists for the provided role.
Realm: Client and Server
Added in: 1.0.0
Parameters:

WEPS.ResetRoleWeaponCache

Resets the cache of the role weapon overrides.
Realm: Server
Added in: 1.0.0

WEPS.ResetWeaponsCache

Resets the cache of the role weapon overrides and resets all changed weapon CanBuy properties back to their defaults.
Realm: Server
Added in: 1.0.0

WEPS.UpdateWeaponLists(role, weapon, includeSelected, excludeSelected, noRandomSelected, loadoutSelected)

Updates the roleweapons lists for the provided role and weapon.
Realm: Client and Server
Added in: 1.9.4
Parameters: