Difference between revisions of "VN fnc revive mouseDown"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Lou Montana moved page VN fnc revive mousedown to VN fnc revive mouseDown: name standard)
(Page filling)
 
Line 1: Line 1:
[[Category:TODO]]
 
 
{{Function
 
{{Function
  
Line 12: Line 11:
 
|g1= advanced_revive_functions
 
|g1= advanced_revive_functions
  
|d= <pre>/*
+
|d= Mouse handler for the revive system. Does nothing, returns {{Biki|false}}.
        FILE: fn_revive_mousedown.sqf
 
        DATE: 18-05-2020
 
        AUTHOR: Ethan Johnson
 
  
        DESCRIPTION:
+
|s= [] call [[VN_fnc_revive_mouseDown]]
                Mouse handler for the revive system
 
        PARAMETERS:
 
                (0): DISPLAY - Display that the event handler is assigned to
 
                (1): NUMBER - Mouse button number
 
                (2): NUMBER - Mouse X pos
 
                (3): NUMBER - Mouse Y pos
 
                (4): BOOL - Shift key pressed
 
                (5): BOOL - Ctrl key pressed
 
                (6): BOOL - Alt key pressed
 
        RETURNS:
 
                BOOL
 
*/
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
 
 
|s= [] call [[VN_fnc_revive_mousedown]]
 
  
 
|p1n=
 
|p1n=
Line 44: Line 25:
 
|p2v=
 
|p2v=
  
|r1t=
+
|r1t= boolean
|r1d=
+
|r1d= returns {{Biki|false}}
  
|x1= <code>-</code>
+
|x1= <code>[] call [[VN_fnc_revive_mouseDown]]</code>
 
}}
 
}}

Latest revision as of 18:21, 30 January 2021

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

Description

Mouse handler for the revive system. Does nothing, returns false.

Syntax

Syntax
[] call VN_fnc_revive_mouseDown
Return value
Boolean - returns false

Examples

Example 1
[] call VN_fnc_revive_mouseDown