SetThisScriptCanRemoveBlipsCreatedByAnyScript
DocsSetThisScriptCanRemoveBlipsCreatedByAnyScript(toggle)Description
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
| Name | Type | Description |
|---|---|---|
toggle | BOOL | Bool indicating if the script that called this native can remove blips created by other scripts. |
Returns
voidThis native does not return a value.