BIS fnc moduleDate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "| ''N/A''" to "|descr= ''N/A''")
(added description, parameters and an example)
Line 7: Line 7:
|gr1= Modules
|gr1= Modules


|descr= ''N/A''
|descr= Used by the Date module.


|s1= <!-- [] call [[BIS_fnc_moduleDate]]; -->
|s1= [logic, [[objNull]], activated] call [[BIS_fnc_moduleDate]];


|p1=
|p1= logic: [[Object]] - Date module


|x1=
|p2= Not used
 
|p3= activated: [[Boolean]] - (Optional, default [[true]]) If [[false]] nothing will happen
 
|r1= [[Boolean]] - Always [[true]]
 
|x1= <code>[logic, [[objNull]], true] [[call]] [[BIS_fnc_moduleDate]];</code>
 
|seealso= [[Modules]], [[Date]]
}}
}}

Revision as of 18:37, 10 April 2021

Hover & click on the images for description

Description

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

Syntax

Syntax:
[logic, objNull, activated] call BIS_fnc_moduleDate;
Parameters:
logic: Object - Date module
Not used
activated: Boolean - (Optional, default true) If false nothing will happen
Return Value:
Boolean - Always true

Examples

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

Additional Information

See also:
ModulesDate

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