Difference between revisions of "VN ms fnc sfx wakeUp"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (1 revision imported)
(Page filling)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
{{Function
 
{{Function
  
 
|v= 1.00
 
|v= 1.00
  
|a= Wyqer, veteran29
+
|author= Wyqer, veteran29
  
|e=
+
|a=
 +
 
 +
|e= local
  
 
|g1= sfx
 
|g1= sfx
  
|d= <pre>/*
+
|d= Creates wakeup overlay effect.
    Author: Wyqer, veteran29
 
    Date: 2019-07-09
 
 
 
    Description:
 
        Creates wakeup overlay effect.
 
 
 
    Parameter(s):
 
        NONE
 
 
 
    Returns:
 
        Handle to wakeup script [SCRIPT]
 
*/
 
 
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
  
|s= [] call [[vn_ms_fnc_sfx_wakeUp]];
+
|s= [] call [[VN_ms_fnc_sfx_wakeUp]]
  
 
|p1n=
 
|p1n=
Line 38: Line 25:
 
|p2v=
 
|p2v=
  
|r1t=
+
|r1t= handle
 
|r1d=
 
|r1d=
  
|x1= <code>-</code>
+
|x1= <code>[] call [[VN_ms_fnc_sfx_wakeUp]];</code>
 
}}
 
}}

Latest revision as of 17:49, 22 February 2021

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

Description

Creates wakeup overlay effect.

Syntax

Syntax
[] call VN_ms_fnc_sfx_wakeUp
Return value
Script (Handle)

Examples

Example 1
[] call VN_ms_fnc_sfx_wakeUp;