BIS fnc moduleDate: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "| ''N/A''" to "|descr= ''N/A''") |
Poslovitch (talk | contribs) (added description, parameters and an example) |
||
Line 7: | Line 7: | ||
|gr1= Modules | |gr1= Modules | ||
|descr= | |descr= Used by the Date module. | ||
|s1= | |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 17:37, 10 April 2021
Description
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
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