BIS fnc moduleDate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "| arma3 |1.00 " to "|game1= arma3 |version1= 1.00 ")
m (Text replacement - "\|seealso= ([^ ]+)\]\], \[\[" to "|seealso= $1]] [[")
Line 20: Line 20:
|x1= <code>[logic, [[objNull]], true] [[call]] [[BIS_fnc_moduleDate]];</code>
|x1= <code>[logic, [[objNull]], true] [[call]] [[BIS_fnc_moduleDate]];</code>


|seealso= [[Modules]], [[Date]]
|seealso= [[Modules]] [[Date]]
}}
}}

Revision as of 13:45, 1 July 2022

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:
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