From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Disables the implicit inheritance of local variables, as defined in the parent scope.
By default, any local variables defined in a parent scope are available to the lower scope code.
After using privateAll, parent scope variables can no longer be accessed implicitly. However, it is still possible to explicitly access parent scope variables using the import command.
- Groups:
- Variables
Syntax
- Syntax:
- privateAll
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- import private Variables#Scopes
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