Script::triggerScriptEvent
Внешний вид
Syntax
<syntaxhighlight lang="javascript">mp.game.script.triggerScriptEvent(p0, argsStruct, argsStructSize, bitset);</syntaxhighlight>
Required Arguments
- p0: int
- argsStruct: Vector3
- argsStructSize: int
- bitset: int
Return value
- Vector3
Example
<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>