Перейти к содержанию

Script::triggerScriptEvent

Материал из RAGE MP Wiki Archive
Версия от 21:25, 11 мая 2017; imported>StreetGT
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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>

See also

Шаблон:Script s function c