natives.CREATE_DUST_EFFECT_FOR_CUTSCENE_HELI
// CREATE_DUST_EFFECT_FOR_CUTSCENE_HELI // 79 appels SCM
PATTERNS SCM:
$int radius float density int
PARAMS WIKI: float arg0, int arg1
EXEMPLES:
create_dust_effect_for_cutscene_heli $148 radius 10.0 density 8 create_dust_effect_for_cutscene_heli $148 radius 10.0 density 8 create_dust_effect_for_cutscene_heli $148 radius 10.0 density 8
TEMPLATE:
Function Client Only ![]()
Online and Offline
Available since Client 1.0.0
void natives.CREATE_DUST_EFFECT_FOR_CUTSCENE_HELI(float arg0, int arg1)
The natives.CREATE_DUST_EFFECT_FOR_CUTSCENE_HELI function is used to Create dust effect for cutscene heli in Vice City.
Parameters
| 1) | float | arg0 | Description. |
| 2) | int | arg1 | Description. |
Return
| void | This function doesn't return a value. |
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.