Skip to content

Commit

Permalink
refactor(docs/native): improve PR
Browse files Browse the repository at this point in the history
Sorry a bit messy. Should be way better now.
  • Loading branch information
PsychoShock committed Dec 25, 2023
1 parent 74d01cf commit 26a5314
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
8 changes: 3 additions & 5 deletions PED/SetPedCombatRange.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ Only the values 0, 1 and 2 occur in the decompiled scripts. Most likely refers d
1: CR_Medium
2: CR_Far
```
Define the scope within which the ped will engage in combat with the target.
## Parameters
* **ped**:
* **range**: 0, 1 or 2
## Return value
Define the scope within which the ped will engage in combat with the target.
* **ped**: Ped index
* **range**: 0, 1 or 2
7 changes: 3 additions & 4 deletions PED/WasPedKilledByStealth.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ ns: PED
BOOL WAS_PED_KILLED_BY_STEALTH(Ped ped);
```
## Parameters
* **ped**:
## Return value
Verifies whether ped was eliminated through stealth.
## Parameters
* **ped**: Ped index
5 changes: 2 additions & 3 deletions SYSTEM/Settimera.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ ns: SYSTEM
void SETTIMERA(int value);
```
Sets the value for the timer A in milliseconds
## Parameters
* **value**: In milliseconds.
## Return value
Sets the value for the timer A in milliseconds
7 changes: 3 additions & 4 deletions SYSTEM/Settimerb.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ ns: SYSTEM
void SETTIMERB(int value);
```
## Parameters
* **value**: In milliseconds.
## Return value
Sets the value for the timer B in milliseconds
## Parameters
* **value**: In milliseconds.

0 comments on commit 26a5314

Please sign in to comment.