BIS fnc moduleDate: Difference between revisions
Jump to navigation
Jump to search
Poslovitch (talk | contribs) (added description, parameters and an example) |
Lou Montana (talk | contribs) 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 20:10, 12 June 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