BIS fnc moduleDate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|p1= | |x1=" to "|p1= |x1=")
m (Some wiki formatting)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=function
{{RV|type=function


| arma3
|game1= arma3
|version1= 1.00


|1.00
|gr1= Modules


|gr1= Modules
|descr= Used by the Date module.
 
|s1= [logic, null, activated] call [[BIS_fnc_moduleDate]]


| ''N/A''<br>{{placeholder}}
|p1= logic: [[Object]] - date module


| <!-- [] call [[BIS_fnc_moduleDate]]; -->
|p2= null: [[Anything]] - not used


|p1=
|p3= activated: [[Boolean]] - (Optional, default [[true]]) if [[false]] nothing will happen


|x1= <code></code>
|r1= [[Boolean]] - always [[true]]
}}


|x1= <sqf>[logic, nil, true] call BIS_fnc_moduleDate;</sqf>


[[Category:Functions|{{uc:moduleDate}}]]
|seealso= [[Modules]] [[Date]]
[[Category:{{Name|arma3}}: Functions|{{uc:moduleDate}}]]
}}

Latest revision as of 11:35, 8 November 2023

Hover & click on the images for description

Description

Description:
Used by the Date module.
Execution:
call
Groups:
Modules

Syntax

Syntax:
[logic, null, activated] call BIS_fnc_moduleDate
Parameters:
logic: Object - date module
null: Anything - not used
activated: Boolean - (Optional, default true) if false nothing will happen
Return Value:
Boolean - always true

Examples

Example 1:
[logic, nil, true] call BIS_fnc_moduleDate;

Additional Information

See also:
Modules Date

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note