constants() Netscript Function
=============================================

.. js:function:: constants()

    :RAM cost: 0 GB
    :returns: A structure with various constants related to hacknet servers.

    Examples:

    .. code-block:: javascript

        {
            HashesPerLevel
            BaseCost
            RamBaseCost
            CoreBaseCost
            CacheBaseCost
            PurchaseMult 
            UpgradeLevelMult 
            UpgradeRamMult 
            UpgradeCoreMult 
            UpgradeCacheMult 
            MaxServers 
            MaxLevel
            MaxRam
            MaxCores
            MaxCache
        }