From 26a53147cc52e65356abc54fab7d2dc349f5c315 Mon Sep 17 00:00:00 2001 From: Psychoshock Date: Mon, 25 Dec 2023 15:03:17 -0500 Subject: [PATCH] refactor(docs/native): improve PR Sorry a bit messy. Should be way better now. --- PED/SetPedCombatRange.md | 8 +++----- PED/WasPedKilledByStealth.md | 7 +++---- SYSTEM/Settimera.md | 5 ++--- SYSTEM/Settimerb.md | 7 +++---- 4 files changed, 11 insertions(+), 16 deletions(-) diff --git a/PED/SetPedCombatRange.md b/PED/SetPedCombatRange.md index e118453d0..496729113 100644 --- a/PED/SetPedCombatRange.md +++ b/PED/SetPedCombatRange.md @@ -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 \ No newline at end of file diff --git a/PED/WasPedKilledByStealth.md b/PED/WasPedKilledByStealth.md index 90f2b8210..80f49ca72 100644 --- a/PED/WasPedKilledByStealth.md +++ b/PED/WasPedKilledByStealth.md @@ -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 \ No newline at end of file diff --git a/SYSTEM/Settimera.md b/SYSTEM/Settimera.md index c7f9fcd84..ebada23d2 100644 --- a/SYSTEM/Settimera.md +++ b/SYSTEM/Settimera.md @@ -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 diff --git a/SYSTEM/Settimerb.md b/SYSTEM/Settimerb.md index ba4651305..183addcfd 100644 --- a/SYSTEM/Settimerb.md +++ b/SYSTEM/Settimerb.md @@ -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. \ No newline at end of file