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

Graphics::hasNamedScaleformMovieLoaded

Материал из RAGE MP Wiki Archive

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