Difference between revisions of "VN ms module fnc randomSite selectorInit"

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= global
  
 
|e=
 
|e=
Line 12: Line 11:
 
|g1= RandomSite
 
|g1= RandomSite
  
|d= <pre>/*
+
|d= Selects random sites liked to selector module.
    Author: Wyqer, veteran29
 
    Date: 2019-06-10
 
  
    Description:
+
|s= [logic] call [[VN_ms_module_fnc_randomSite_selectorInit]]
        Selects random sites liked to selector module.
 
  
    Parameter(s):
+
|p1n= logic
        _logic - Selector logic [OBJECT, defaults to objNull]
+
|p1t= object
 
+
|p1d= the module logic
    Returns:
 
        Function reached the end [BOOL]
 
*/
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
 
 
|s= [] call [[VN_ms_module_fnc_randomSite_selectorInit]]
 
 
 
|p1n=
 
|p1t=
 
|p1d=
 
 
|p1v=
 
|p1v=
  
Line 39: Line 25:
 
|p2v=
 
|p2v=
  
|r1t=
+
|r1t= boolean
|r1d=
+
|r1d= function's success
  
|x1= <code>-</code>
+
|x1= <code>[module] call [[VN_ms_module_fnc_randomSite_selectorInit]];</code>
 
}}
 
}}

Latest revision as of 17:46, 26 February 2021

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

Description

Selects random sites liked to selector module.

Syntax

Syntax
[logic] call VN_ms_module_fnc_randomSite_selectorInit
Parameters
logic: Object - the module logic
Return value
Boolean - function's success

Examples

Example 1
[module] call VN_ms_module_fnc_randomSite_selectorInit;