Skip to content

Commit

Permalink
Add description to SetThisScriptCanRemoveBlipsCreatedByAnyScript (#1059)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
freedy69 and 4mmonium authored Mar 16, 2024
1 parent ea4a690 commit db936d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MISC/SetThisScriptCanRemoveBlipsCreatedByAnyScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit db936d1

Please sign in to comment.