* Updated ram cost of documentation

* v0.47.3

Co-authored-by: Samuel A. Lamb <samuei@users.noreply.github.com>
This commit is contained in:
hydroflame
2021-03-07 04:13:37 -05:00
committed by GitHub
parent f9162e4d30
commit e9dfe3c389
130 changed files with 18094 additions and 303 deletions

View File

@@ -6,6 +6,8 @@ getInformation() Netscript Function
:param int sleeveNumber: Index of the sleeve to retrieve information. See :ref:`here <netscript_sleeveapi_referencingaduplicatesleeve>`
Return a struct containing tons of information about this sleeve
:RAM cost: 4 GB
.. code-block:: javascript

View File

@@ -4,3 +4,5 @@ getNumSleeves() Netscript Function
.. js:function:: getNumSleeves()
Return the number of duplicate sleeves the player has.
:RAM cost: 4 GB

View File

@@ -6,3 +6,5 @@ getSleeveAugmentations() Netscript Function
:param int sleeveNumber: Index of the sleeve to retrieve augmentations from. See :ref:`here <netscript_sleeveapi_referencingaduplicatesleeve>`
Return a list of augmentation names that this sleeve has installed.
:RAM cost: 4 GB

View File

@@ -6,6 +6,8 @@ getSleevePurchasableAugs() Netscript Function
:param int sleeveNumber: Index of the sleeve to retrieve purchasable augmentations from. See :ref:`here <netscript_sleeveapi_referencingaduplicatesleeve>`
Return a list of augmentations that the player can buy for this sleeve.
:RAM cost: 4 GB
.. code-block:: javascript

View File

@@ -7,6 +7,8 @@ getSleeveStats() Netscript Function
Return a structure containing the stats of the sleeve
:RAM cost: 4 GB
.. code-block:: javascript
{

View File

@@ -7,6 +7,8 @@ getTask() Netscript Function
Return the current task that the sleeve is performing. type is set to "Idle" if the sleeve isn't doing anything
:RAM cost: 4 GB
.. code-block:: javascript
{

View File

@@ -7,3 +7,5 @@ purchaseSleeveAug() Netscript Function
:param string augName: Name of the aug to buy. Must be an exact match
Return true if the aug was purchased and installed on the sleeve.
:RAM cost: 4 GB

View File

@@ -9,3 +9,5 @@ setToCommitCrime() Netscript Function
Return a boolean indicating whether or not this action was set successfully.
Returns false if an invalid action is specified.
:RAM cost: 4 GB

View File

@@ -7,3 +7,5 @@ setToCompanyWork() Netscript Function
:param string companyName: Name of the company to work for.
Return a boolean indicating whether or not the sleeve started working or this company.
:RAM cost: 4 GB

View File

@@ -8,3 +8,5 @@ setToFactionWork() Netscript Function
:param string factionWorkType: Name of the action to perform for this faction.
Return a boolean indicating whether or not the sleeve started working or this faction.
:RAM cost: 4 GB

View File

@@ -8,3 +8,5 @@ setToGymWorkout() Netscript Function
:param string stat: Name of the stat to train.
Return a boolean indicating whether or not the sleeve started working out.
:RAM cost: 4 GB

View File

@@ -6,3 +6,5 @@ setToShockRecovery() Netscript Function
:param int sleeveNumber: Index of the sleeve to start recovery. See :ref:`here <netscript_sleeveapi_referencingaduplicatesleeve>`
Return a boolean indicating whether or not this action was set successfully.
:RAM cost: 4 GB

View File

@@ -6,3 +6,5 @@ setToSynchronize() Netscript Function
:param int sleeveNumber: Index of the sleeve to start synchronizing. See :ref:`here <netscript_sleeveapi_referencingaduplicatesleeve>`
Return a boolean indicating whether or not this action was set successfully.
:RAM cost: 4 GB

View File

@@ -8,3 +8,5 @@ setToUniversityCourse() Netscript Function
:param string className: Name of the class to follow.
Return a boolean indicating whether or not this action was set successfully.
:RAM cost: 4 GB

View File

@@ -7,3 +7,5 @@ travel() Netscript Function
:param string cityName: Name of the destination city.
Return a boolean indicating whether or not the sleeve reached destination.
:RAM cost: 4 GB