From db936d114ba45d9a00b2a4e070039ff0174bef0d Mon Sep 17 00:00:00 2001 From: Freddy <33939455+freedy69@users.noreply.github.com> Date: Sun, 17 Mar 2024 01:50:23 +0400 Subject: [PATCH] Add description to SetThisScriptCanRemoveBlipsCreatedByAnyScript (#1059) * Add description to SetThisScriptCanRemoveBlipsCreatedByAnyScript * Update SetThisScriptCanRemoveBlipsCreatedByAnyScript.md Provide more explicitness for the parameter description, based on the native name. * Update SetThisScriptCanRemoveBlipsCreatedByAnyScript.md function -> native * Update SetThisScriptCanRemoveBlipsCreatedByAnyScript.md Couple nitpicks on grammar, good so far. --------- Co-authored-by: ammonia-cfx <38232208+4mmonium@users.noreply.github.com> --- MISC/SetThisScriptCanRemoveBlipsCreatedByAnyScript.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MISC/SetThisScriptCanRemoveBlipsCreatedByAnyScript.md b/MISC/SetThisScriptCanRemoveBlipsCreatedByAnyScript.md index e7f9480d8..7d574db1d 100644 --- a/MISC/SetThisScriptCanRemoveBlipsCreatedByAnyScript.md +++ b/MISC/SetThisScriptCanRemoveBlipsCreatedByAnyScript.md @@ -8,7 +8,8 @@ ns: MISC void SET_THIS_SCRIPT_CAN_REMOVE_BLIPS_CREATED_BY_ANY_SCRIPT(BOOL toggle); ``` +Normally, blips can only be removed by the script or resource that created them. However, this native function allows a script to bypass this logic and remove blips from any script. ## Parameters -* **toggle**: +* **toggle**: Bool indicating if the script that called this native can remove blips created by other scripts.