Difference between revisions of "VN ms fnc tracker stalker airShoot"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Text replacement - "[[vn_" to "[[VN_")
(Page filling)
 
Line 1: Line 1:
[[Category:TODO]]
 
 
{{Function
 
{{Function
  
Line 6: Line 5:
 
|author= Wyqer, veteran29
 
|author= Wyqer, veteran29
  
|a=
+
|a= local
  
|e=
+
|e= global
  
 
|g1= tracker_stalker
 
|g1= tracker_stalker
  
|d= <pre>/*
+
|d= Forces unit to shoot into the sky.
    Author: Wyqer, veteran29
 
    Date: 2019-07-13
 
    Public: Yes
 
  
    Description:
+
|s= [unit] call [[VN_ms_fnc_tracker_stalker_airShoot]]
        Forces unit to shoot into the sky.
 
  
    Parameter(s):
+
|p1n= unit
        _unit - Unit to force [OBJECT, defaults to objNull]
+
|p1t= object
 
+
|p1d= unit to force fire
    Returns:
 
        Shoot into air script handle [SCRIPT]
 
 
 
    Example(s):
 
        [bob] call vn_ms_fnc_tracker_stalker_airShoot
 
*/
 
 
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
 
 
|s= [] call [[VN_ms_fnc_tracker_stalker_airShoot]]
 
 
 
|p1n=
 
|p1t=
 
|p1d=
 
 
|p1v=
 
|p1v=
  
Line 44: Line 25:
 
|p2v=
 
|p2v=
  
|r1t=
+
|r1t= handle
 
|r1d=
 
|r1d=
  
|x1= <code>-</code>
+
|x1= <code>[bob] call [[VN_ms_fnc_tracker_stalker_airShoot]];</code>
 
}}
 
}}

Latest revision as of 16:09, 26 February 2021

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Wyqer, veteran29
Argument(s): local
Effect(s): global

Description

Forces unit to shoot into the sky.

Syntax

Syntax
[unit] call VN_ms_fnc_tracker_stalker_airShoot
Parameters
unit: Object - unit to force fire
Return value
Script (Handle)

Examples

Example 1
[bob] call VN_ms_fnc_tracker_stalker_airShoot;