Skip to content

Commit db936d1

Browse files
freedy694mmonium
andauthoredMar 16, 2024
Add description to SetThisScriptCanRemoveBlipsCreatedByAnyScript (citizenfx#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>
1 parent ea4a690 commit db936d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎MISC/SetThisScriptCanRemoveBlipsCreatedByAnyScript.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ ns: MISC
88
void SET_THIS_SCRIPT_CAN_REMOVE_BLIPS_CREATED_BY_ANY_SCRIPT(BOOL toggle);
99
```
1010
11+
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.
1112
1213
## Parameters
13-
* **toggle**:
14+
* **toggle**: Bool indicating if the script that called this native can remove blips created by other scripts.
1415

0 commit comments

Comments
 (0)
Please sign in to comment.