Screen FX: Difference between revisions
No edit summary |
(Added up to date screen fx) |
||
| Line 3: | Line 3: | ||
<syntaxhighlight lang="javascript">mp.game.graphics.startScreenEffect(effectName, duration, looped);</syntaxhighlight> | <syntaxhighlight lang="javascript">mp.game.graphics.startScreenEffect(effectName, duration, looped);</syntaxhighlight> | ||
* BeastIntroScene | |||
* BeastLaunch | |||
* | * BeastTransition | ||
* | * BikerFilter | ||
*FocusIn | * BikerFilterOut | ||
*FocusOut | * BikerFormation | ||
* | * BikerFormationOut | ||
* | * CamPushInFranklin | ||
* | * CamPushInMichael | ||
* | * CamPushInNeutral | ||
* | * CamPushInTrevor | ||
* | * ChopVision | ||
* | * CrossLine | ||
* | * CrossLineOut | ||
* | * DeadlineNeon | ||
* | * DeathFailFranklinIn | ||
* | * DeathFailMichaelIn | ||
* | * DeathFailMPDark | ||
* | * DeathFailMPIn | ||
* | * DeathFailNeutralIn | ||
* | * DeathFailOut | ||
* | * DeathFailTrevorIn | ||
* | * DefaultFlash | ||
* | * DMT_flight | ||
* | * DMT_flight_intro | ||
* | * Dont_tazeme_bro | ||
* | * DrugsDrivingIn | ||
* | * DrugsDrivingOut | ||
* | * DrugsMichaelAliensFight | ||
* | * DrugsMichaelAliensFightIn | ||
* | * DrugsMichaelAliensFightOut | ||
* | * DrugsTrevorClownsFight | ||
* | * DrugsTrevorClownsFightIn | ||
* | * DrugsTrevorClownsFightOut | ||
* | * ExplosionJosh3 | ||
*MP_Celeb_Win | * FocusIn | ||
*MP_Celeb_Win_Out | * FocusOut | ||
* | * HeistCelebEnd | ||
* | * HeistCelebPass | ||
* | * HeistCelebPassBW | ||
* | * HeistCelebToast | ||
* | * HeistLocate | ||
* | * HeistTripSkipFade | ||
* | * InchOrange | ||
*PeyoteEndIn | * InchOrangeOut | ||
*PeyoteIn | * InchPickup | ||
*PeyoteOut | * InchPickupOut | ||
* | * InchPurple | ||
*SuccessFranklin | * InchPurpleOut | ||
*SuccessTrevor | * LostTimeDay | ||
* | * LostTimeNight | ||
* | * MenuMGHeistIn | ||
* | * MenuMGHeistIntro | ||
* | * MenuMGHeistOut | ||
* | * MenuMGHeistTint | ||
* | * MenuMGIn | ||
* | * MenuMGSelectionIn | ||
* | * MenuMGSelectionTint | ||
* | * MenuMGTournamentIn | ||
* | * MenuMGTournamentTint | ||
* | * MinigameEndFranklin | ||
* | * MinigameEndMichael | ||
* | * MinigameEndNeutral | ||
* | * MinigameEndTrevor | ||
* | * MinigameTransitionIn | ||
* | * MinigameTransitionOut | ||
* | * MP_Bull_tost | ||
* | * MP_Bull_tost_Out | ||
* | * MP_Celeb_Lose | ||
* | * MP_Celeb_Lose_Out | ||
* | * MP_Celeb_Preload | ||
* | * MP_Celeb_Preload_Fade | ||
* | * MP_Celeb_Win | ||
* | * MP_Celeb_Win_Out | ||
* | * MP_corona_switch | ||
* | * MP_intro_logo | ||
* | * MP_job_load | ||
* | * MP_Killstreak | ||
* | * MP_Killstreak_Out | ||
* | * MP_Loser_Streak_Out | ||
* | * MP_OrbitalCannon | ||
* | * MP_Powerplay | ||
* | * MP_Powerplay_Out | ||
* | * MP_race_crash | ||
* | * MP_SmugglerCheckpoint | ||
* MP_TransformRaceFlash | |||
* MP_WarpCheckpoint | |||
* PauseMenuOut | |||
* pennedIn | |||
* PennedInOut | |||
* PeyoteEndIn | |||
* PeyoteEndOut | |||
* PeyoteIn | |||
* PeyoteOut | |||
* PPFilter | |||
* PPFilterOut | |||
* PPGreen | |||
* PPGreenOut | |||
* PPOrange | |||
* PPOrangeOut | |||
* PPPink | |||
* PPPinkOut | |||
* PPPurple | |||
* PPPurpleOut | |||
* RaceTurbo | |||
* Rampage | |||
* RampageOut | |||
* SniperOverlay | |||
* SuccessFranklin | |||
* SuccessMichael | |||
* SuccessNeutral | |||
* SuccessTrevor | |||
* switch_cam_1 | |||
* switch_cam_2 | |||
* SwitchHUDFranklinIn | |||
* SwitchHUDFranklinOut | |||
* SwitchHUDIn | |||
* SwitchHUDMichaelIn | |||
* SwitchHUDMichaelOut | |||
* SwitchHUDOut | |||
* SwitchHUDTrevorIn | |||
* SwitchHUDTrevorOut | |||
* SwitchOpenFranklin | |||
* SwitchOpenFranklinIn | |||
* SwitchOpenFranklinOut | |||
* SwitchOpenMichaelIn | |||
* SwitchOpenMichaelMid | |||
* SwitchOpenMichaelOut | |||
* SwitchOpenNeutralFIB5 | |||
* SwitchOpenNeutralOutHeist | |||
* SwitchOpenTrevorIn | |||
* SwitchOpenTrevorOut | |||
* SwitchSceneFranklin | |||
* SwitchSceneMichael | |||
* SwitchSceneNeutral | |||
* SwitchSceneTrevor | |||
* SwitchShortFranklinIn | |||
* SwitchShortFranklinMid | |||
* SwitchShortMichaelIn | |||
* SwitchShortMichaelMid | |||
* SwitchShortNeutralIn | |||
* SwitchShortNeutralMid | |||
* SwitchShortTrevorIn | |||
* SwitchShortTrevorMid | |||
* TinyRacerGreen | |||
* TinyRacerGreenOut | |||
* TinyRacerIntroCam | |||
* TinyRacerPink | |||
* TinyRacerPinkOut | |||
* WeaponUpgrade | |||
Revision as of 11:08, 27 April 2018
Create Screen Effects with StartScreenFX
mp.game.graphics.startScreenEffect(effectName, duration, looped);
- BeastIntroScene
- BeastLaunch
- BeastTransition
- BikerFilter
- BikerFilterOut
- BikerFormation
- BikerFormationOut
- CamPushInFranklin
- CamPushInMichael
- CamPushInNeutral
- CamPushInTrevor
- ChopVision
- CrossLine
- CrossLineOut
- DeadlineNeon
- DeathFailFranklinIn
- DeathFailMichaelIn
- DeathFailMPDark
- DeathFailMPIn
- DeathFailNeutralIn
- DeathFailOut
- DeathFailTrevorIn
- DefaultFlash
- DMT_flight
- DMT_flight_intro
- Dont_tazeme_bro
- DrugsDrivingIn
- DrugsDrivingOut
- DrugsMichaelAliensFight
- DrugsMichaelAliensFightIn
- DrugsMichaelAliensFightOut
- DrugsTrevorClownsFight
- DrugsTrevorClownsFightIn
- DrugsTrevorClownsFightOut
- ExplosionJosh3
- FocusIn
- FocusOut
- HeistCelebEnd
- HeistCelebPass
- HeistCelebPassBW
- HeistCelebToast
- HeistLocate
- HeistTripSkipFade
- InchOrange
- InchOrangeOut
- InchPickup
- InchPickupOut
- InchPurple
- InchPurpleOut
- LostTimeDay
- LostTimeNight
- MenuMGHeistIn
- MenuMGHeistIntro
- MenuMGHeistOut
- MenuMGHeistTint
- MenuMGIn
- MenuMGSelectionIn
- MenuMGSelectionTint
- MenuMGTournamentIn
- MenuMGTournamentTint
- MinigameEndFranklin
- MinigameEndMichael
- MinigameEndNeutral
- MinigameEndTrevor
- MinigameTransitionIn
- MinigameTransitionOut
- MP_Bull_tost
- MP_Bull_tost_Out
- MP_Celeb_Lose
- MP_Celeb_Lose_Out
- MP_Celeb_Preload
- MP_Celeb_Preload_Fade
- MP_Celeb_Win
- MP_Celeb_Win_Out
- MP_corona_switch
- MP_intro_logo
- MP_job_load
- MP_Killstreak
- MP_Killstreak_Out
- MP_Loser_Streak_Out
- MP_OrbitalCannon
- MP_Powerplay
- MP_Powerplay_Out
- MP_race_crash
- MP_SmugglerCheckpoint
- MP_TransformRaceFlash
- MP_WarpCheckpoint
- PauseMenuOut
- pennedIn
- PennedInOut
- PeyoteEndIn
- PeyoteEndOut
- PeyoteIn
- PeyoteOut
- PPFilter
- PPFilterOut
- PPGreen
- PPGreenOut
- PPOrange
- PPOrangeOut
- PPPink
- PPPinkOut
- PPPurple
- PPPurpleOut
- RaceTurbo
- Rampage
- RampageOut
- SniperOverlay
- SuccessFranklin
- SuccessMichael
- SuccessNeutral
- SuccessTrevor
- switch_cam_1
- switch_cam_2
- SwitchHUDFranklinIn
- SwitchHUDFranklinOut
- SwitchHUDIn
- SwitchHUDMichaelIn
- SwitchHUDMichaelOut
- SwitchHUDOut
- SwitchHUDTrevorIn
- SwitchHUDTrevorOut
- SwitchOpenFranklin
- SwitchOpenFranklinIn
- SwitchOpenFranklinOut
- SwitchOpenMichaelIn
- SwitchOpenMichaelMid
- SwitchOpenMichaelOut
- SwitchOpenNeutralFIB5
- SwitchOpenNeutralOutHeist
- SwitchOpenTrevorIn
- SwitchOpenTrevorOut
- SwitchSceneFranklin
- SwitchSceneMichael
- SwitchSceneNeutral
- SwitchSceneTrevor
- SwitchShortFranklinIn
- SwitchShortFranklinMid
- SwitchShortMichaelIn
- SwitchShortMichaelMid
- SwitchShortNeutralIn
- SwitchShortNeutralMid
- SwitchShortTrevorIn
- SwitchShortTrevorMid
- TinyRacerGreen
- TinyRacerGreenOut
- TinyRacerIntroCam
- TinyRacerPink
- TinyRacerPinkOut
- WeaponUpgrade