Vn_ms_fnc_createFlare
Revision as of 23:18, 4 May 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= <pre>Create ilumination flare on given position.</pre> |s= [_size] call vn_ms_fnc_createFlare;...")
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Create ilumination flare on given position.
Syntax
- Syntax
- [_size] call vn_ms_fnc_createFlare;
- Parameters
- _size: Number - (Optional, default
0
) Flare size <0,1,2> for small medium large - Return value
- Object - Flare
Examples
- Example 1
- [(getPos player) vectorAdd [0,0,50], 2] call vn_ms_fnc_createFlare