GameHandler.RemoveWeapon C# (CSharp) Method

RemoveWeapon() public static method

public static RemoveWeapon ( int id ) : int
id int
return int
    public static int RemoveWeapon(int id)
    {
        return GameHandler.RemoveCount(id, 1, GameHandler.Weapons());
    }

Same methods

GameHandler::RemoveWeapon ( int id, int n ) : int
GameHandler