BIS fnc moduleDate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= ([^ ]+)\]\], \[\[" to "|seealso= $1]] [[")
m (Text replacement - "<code>([^<]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^<]*) *<\/code>" to "<code>$1$2$3</code>")
Line 18: Line 18:
|r1= [[Boolean]] - Always [[true]]
|r1= [[Boolean]] - Always [[true]]


|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 22:36, 12 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