isFilePatchingEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (Text replacement - "____________________________________________________________________________ ________________ " to "____________________________________________________________________________ ")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________
____________________________________________________________________________
________________


|arma3|Game name=
|arma3|Game name=
Line 8: Line 6:
|1.56|Game version=
|1.56|Game version=
____________________________________________________________________________
____________________________________________________________________________
________________


| Returns [[true]] if file patching is enabled otherwise [[false]] |DESCRIPTION=
| Returns [[true]] if file patching is enabled otherwise [[false]] |DESCRIPTION=
____________________________________________________________________________
____________________________________________________________________________
________________


| '''isFilePatchingEnabled''' |SYNTAX=
| '''isFilePatchingEnabled''' |SYNTAX=
Line 25: Line 19:


____________________________________________________________________________
____________________________________________________________________________
________________


| [[Arma_3_Startup_Parameters#Developer_Options]] |SEEALSO=  
| [[Arma_3_Startup_Parameters#Developer_Options]] |SEEALSO=  
Line 32: Line 24:
|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________
____________________________________________________________________________
________________
}}
}}



Revision as of 21:51, 5 January 2020

Hover & click on the images for description

Description

Description:
Returns true if file patching is enabled otherwise false
Groups:
Uncategorised

Syntax

Syntax:
isFilePatchingEnabled
Return Value:
Boolean

Examples

Example 1:
_state = isFilePatchingEnabled;

Additional Information

See also:
Arma_3_Startup_Parameters#Developer_Options

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

Notes

Bottom Section