BIS fnc moduleDate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(added description, parameters and an example)
m (Text replacement - " \| *(s1=)? *(\[[^ ]+\] (call|spawn) \[\[BI(N|S)_fnc_[a-zA-Z0-9_]+\]\]); \| *p1 *=" to " |s1= $2 |p1=")
Line 9: Line 9:
|descr= Used by the Date module.
|descr= Used by the Date module.


|s1= [logic, [[objNull]], activated] call [[BIS_fnc_moduleDate]];
|s1= [logic, [[objNull]], activated] call [[BIS_fnc_moduleDate]]


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

Revision as of 21:10, 12 June 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