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

Graphics::hasNamedScaleformMovieLoaded

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

Pretty sure it's the real name (not 100% sure so I added the _ prefix); can someone else confirm it?

Only values used in the scripts are:

'heist_mp'
'heistmap_mp'
'instructional_buttons'
'heist_pre'

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.hasNamedScaleformMovieLoaded(scaleformName);</syntaxhighlight>

Required Arguments

  • scaleformName: String

Return value

  • Boolean

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also