Particles Effects: Difference between revisions
(Created page with "This list is for particle names used to created effects on Entities. StartParticleFX") |
No edit summary |
||
| Line 2: | Line 2: | ||
[[Graphics::startParticleFxNonLoopedOnEntity|StartParticleFX]] | [[Graphics::startParticleFxNonLoopedOnEntity|StartParticleFX]] | ||
<syntaxhighlight lang="javascript">mp.game.graphics.startParticleFxNonLoopedOnEntity(effectName, entity, offsetX, offsetY, offsetZ, rotX, rotY, rotZ, scale, axisX, axisY, axisZ);</syntaxhighlight> | |||
===Particle Effects=== | |||
{| class="wikitable" | |||
|- | |||
! Name | |||
|- | |||
| scr_trev1_crash_dust | |||
|- | |||
|scr_trev1_trailer_wires | |||
|- | |||
|scr_trev1_trailer_boosh | |||
|- | |||
|scr_trev1_wheelspin_dirt | |||
|- | |||
|ent_ray_meth_dust_settle | |||
|- | |||
|scr_trev1_trailer_splash | |||
|- | |||
|scr_paleto_banknotes | |||
|- | |||
|scr_paleto_roof_impact | |||
|- | |||
|scr_paleto_heli_plume | |||
|- | |||
|scr_paleto_doorway_smoke | |||
|- | |||
|cs_paleto_blowtorch | |||
|- | |||
|scr_crate_drop_flare | |||
|- | |||
|scr_bigscore_ramp_sparks | |||
|- | |||
|scr_bigscore_tyre_spiked | |||
|- | |||
|scr_jew_biKe_burnout | |||
|- | |||
|scr_jewel_cab_smash | |||
|- | |||
|scr_property_leaflet_drop | |||
|- | |||
|scr_pro_door_snow | |||
|- | |||
|scr_prologue_ceiling_debris | |||
|- | |||
|scr_prologue_vault_haze | |||
|- | |||
|scr_sparking_generator | |||
|- | |||
|scr_reconstruct_pipefall_debris | |||
|- | |||
|scr_trev4_747_engine_damage | |||
|- | |||
|scr_trev4_747_blood_impact | |||
|- | |||
|scr_trev4_747_exhaust_plane_misfire | |||
|- | |||
|scr_trev4_747_engine_heathaze | |||
|- | |||
|scr_trev4_trailer_fire | |||
|- | |||
|scr_golf_ball_trail | |||
|- | |||
|scr_golf_landing_water | |||
|- | |||
|SCR_TREV_PUKE | |||
|} | |||
Revision as of 18:24, 18 October 2017
This list is for particle names used to created effects on Entities.
mp.game.graphics.startParticleFxNonLoopedOnEntity(effectName, entity, offsetX, offsetY, offsetZ, rotX, rotY, rotZ, scale, axisX, axisY, axisZ);
Particle Effects
| Name |
|---|
| scr_trev1_crash_dust |
| scr_trev1_trailer_wires |
| scr_trev1_trailer_boosh |
| scr_trev1_wheelspin_dirt |
| ent_ray_meth_dust_settle |
| scr_trev1_trailer_splash |
| scr_paleto_banknotes |
| scr_paleto_roof_impact |
| scr_paleto_heli_plume |
| scr_paleto_doorway_smoke |
| cs_paleto_blowtorch |
| scr_crate_drop_flare |
| scr_bigscore_ramp_sparks |
| scr_bigscore_tyre_spiked |
| scr_jew_biKe_burnout |
| scr_jewel_cab_smash |
| scr_property_leaflet_drop |
| scr_pro_door_snow |
| scr_prologue_ceiling_debris |
| scr_prologue_vault_haze |
| scr_sparking_generator |
| scr_reconstruct_pipefall_debris |
| scr_trev4_747_engine_damage |
| scr_trev4_747_blood_impact |
| scr_trev4_747_exhaust_plane_misfire |
| scr_trev4_747_engine_heathaze |
| scr_trev4_trailer_fire |
| scr_golf_ball_trail |
| scr_golf_landing_water |
| SCR_TREV_PUKE |