Difference between revisions of "VN fnc QOL earplugs"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (1 revision imported)
m (Some wiki formatting)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
{{Function
 
{{Function
  
 
|v= 1.00
 
|v= 1.00
  
|a= Ethan Johnson
+
|author= Ethan Johnson
 
 
|e=
 
  
|g1= qol_functions
+
|a=
  
|d= <pre>/*
+
|e= local
        FILE: fn_qol_earplugs.sqf
 
        DATE: 24-11-2019
 
        AUTHOR: Ethan Johnson
 
  
        DESCRIPTION:
+
|g1= QOL
                Earplugs module function
 
        PARAMETERS:
 
                NONE
 
        RETURNS:
 
                NONE
 
*/
 
  
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
+
|d= Gives player the earplugs action.
  
|s= [] call [[VN_fnc_qol_earplugs]];
+
|s= [] call [[VN_fnc_QOL_earplugs]]
  
 
|p1n=
 
|p1n=
Line 40: Line 28:
 
|r1d=
 
|r1d=
  
|x1= <code>-</code>
+
|x1= <code>[] call [[VN_fnc_QOL_earplugs]];</code>
 
}}
 
}}

Latest revision as of 20:23, 26 February 2021

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Ethan Johnson
Argument(s): n/a
Effect(s): local

Description

Gives player the earplugs action.

Syntax

Syntax
[] call VN_fnc_QOL_earplugs
Return value
Nothing

Examples

Example 1
[] call VN_fnc_QOL_earplugs;