mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
e9dfe3c389
* Updated ram cost of documentation * v0.47.3 Co-authored-by: Samuel A. Lamb <samuei@users.noreply.github.com>
18 lines
445 B
ReStructuredText
18 lines
445 B
ReStructuredText
recruitMember() Netscript Function
|
|
==================================
|
|
|
|
.. js:function:: recruitMember(name)
|
|
|
|
:param string name: Name of member to recruit
|
|
|
|
Attempt to recruit a new gang member.
|
|
|
|
Possible reasons for failure:
|
|
|
|
* Cannot currently recruit a new member
|
|
* There already exists a member with the specified name
|
|
|
|
:returns: True if the member was successfully recruited. False otherwise
|
|
|
|
:RAM cost: 2 GB
|