Difference between revisions of "VN fnc whitelisted arsenal hint message"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Text replacement - "]]; |p1n=" to "]] |p1n=")
(Page filling)
 
Line 1: Line 1:
[[Category:TODO]]
 
 
{{Function
 
{{Function
  
Line 6: Line 5:
 
|author= Ethan Johnson
 
|author= Ethan Johnson
  
|a=
+
|a= global
  
|e=
+
|e= local
  
 
|g1= whitelisted_arsenal_functions
 
|g1= whitelisted_arsenal_functions
  
|d= <pre>/*
+
|d= Gets the data from the unit and then compiles that into a message to the player.
        FILE: fn_whitelisted_arsenal_hint_message.sqf
+
Includes ranks that can use X vehicle.
        DATE: 28-05-2019
+
Will hint the message automatically at the end of the function.
        AUTHOR: Ethan Johnson
 
  
        DESCRIPTION:
+
|s= [unit] call [[VN_fnc_whitelisted_arsenal_hint_message]]
                Gets the data from the unit and then compiles that into a message to the player.
 
                Includes ranks that can use X vehicle.
 
                Will hint the message automaticly at the end of the function.
 
        PARAMETERS:
 
                (0): OBJECT - Unit that has gotten into the vehicle.
 
        RETURNS:
 
                NONE
 
*/
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
  
|s= [] call [[VN_fnc_whitelisted_arsenal_hint_message]]
+
|p1n= unit
 
+
|p1t= object
|p1n=
+
|p1d= unit that has gotten into the vehicle
|p1t=
 
|p1d=
 
 
|p1v=
 
|p1v=
  
Line 43: Line 30:
 
|r1d=
 
|r1d=
  
|x1= <code>-</code>
+
|x1= <code>[player] call [[VN_fnc_whitelisted_arsenal_hint_message]];</code>
 
}}
 
}}

Latest revision as of 22:55, 25 February 2021

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

Description

Gets the data from the unit and then compiles that into a message to the player. Includes ranks that can use X vehicle. Will hint the message automatically at the end of the function.

Syntax

Syntax
[unit] call VN_fnc_whitelisted_arsenal_hint_message
Parameters
unit: Object - unit that has gotten into the vehicle
Return value
Nothing

Examples

Example 1
[player] call VN_fnc_whitelisted_arsenal_hint_message;