Script::triggerScriptEvent
Syntax
```js mp.game.script.triggerScriptEvent(p0, argsStruct, argsStructSize, bitset); ```
Required Arguments
- p0: int
- argsStruct: Vector3
- argsStructSize: int
- bitset: int
Return value
Example
```js // todo ```
See also