mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
remove redundant mds
hotfix/test-fixes File List: markdown/bitburner.singularity.getcharacterinformation.md markdown/bitburner.singularity.getstats.md markdown/bitburner.tix.short.md
This commit is contained in:
parent
39cf0cb57f
commit
46c7cef25f
@ -1,28 +0,0 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getCharacterInformation](./bitburner.singularity.getcharacterinformation.md)
|
||||
|
||||
## Singularity.getCharacterInformation() method
|
||||
|
||||
> Warning: This API is now obsolete.
|
||||
>
|
||||
> use getPlayer
|
||||
>
|
||||
|
||||
Returns an object with various information about your character.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
getCharacterInformation(): CharacterInfo;
|
||||
```
|
||||
<b>Returns:</b>
|
||||
|
||||
[CharacterInfo](./bitburner.characterinfo.md)
|
||||
|
||||
Object with various information about your character.
|
||||
|
||||
## Remarks
|
||||
|
||||
RAM cost: 0.5 GB \* 16/4/1
|
||||
|
@ -1,36 +0,0 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getStats](./bitburner.singularity.getstats.md)
|
||||
|
||||
## Singularity.getStats() method
|
||||
|
||||
> Warning: This API is now obsolete.
|
||||
>
|
||||
> use getPlayer
|
||||
>
|
||||
|
||||
Returns an object with the Player’s stats.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
getStats(): PlayerSkills;
|
||||
```
|
||||
<b>Returns:</b>
|
||||
|
||||
[PlayerSkills](./bitburner.playerskills.md)
|
||||
|
||||
Object with the Player’s stats.
|
||||
|
||||
## Remarks
|
||||
|
||||
RAM cost: 0.5 GB \* 16/4/1
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
```ts
|
||||
res = getStats();
|
||||
print('My charisma level is: ' + res.charisma);
|
||||
```
|
||||
|
@ -1,37 +0,0 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [TIX](./bitburner.tix.md) > [short](./bitburner.tix.short.md)
|
||||
|
||||
## TIX.short() method
|
||||
|
||||
Short stocks.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
short(sym: string, shares: number): number;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| sym | string | Stock symbol. |
|
||||
| shares | number | Number of shares to short. Must be positive. Will be rounded to nearest integer. |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
number
|
||||
|
||||
The stock price at which each share was purchased, otherwise 0 if the shares weren't purchased.
|
||||
|
||||
## Remarks
|
||||
|
||||
RAM cost: 2.5 GB Attempts to purchase a short position of a stock using a Market Order.
|
||||
|
||||
The ability to short a stock is \*\*not\*\* immediately available to the player and must be unlocked later on in the game.
|
||||
|
||||
If the player does not have enough money to purchase the specified number of shares, then no shares will be purchased. Remember that every transaction on the stock exchange costs a certain commission fee.
|
||||
|
||||
If the purchase is successful, this function will return the stock price at which each share was purchased. Otherwise, it will return 0.
|
||||
|
Loading…
Reference in New Issue
Block a user