diag lightNewLoad: Difference between revisions
Jump to navigation
Jump to search
(Added new diag_lightNewLoad sqf command) |
m (formatted syntax) |
||
Line 12: | Line 12: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''diag_lightNewLoad''' | | '''diag_lightNewLoad''' path |= Syntax | ||
|p1= | |p1= path: [[String]] - The path to the config filename |= Parameter 1 | ||
| [[Nothing]] |= Return value | | [[Nothing]] |= Return value |
Revision as of 13:37, 29 March 2018
Description
- Description:
- Allows loading of lightning config during the gameplay (effectively changing the current scene lightning). Filename path can be either absolute or relative. The file must contain only the class LightningNew, which should contain lightning configuration.
- Groups:
- Uncategorised
Syntax
- Syntax:
- diag_lightNewLoad path
- Parameters:
- path: String - The path to the config filename
- Return Value:
- Nothing
Examples
- Example 1:
diag_lightNewLoad "o:\lighting.txt"
Additional Information
- See also:
- diag_setLightNew
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
[[Category:Introduced with arma3dev version 1.81]][[ Category: arma3dev: New Scripting Commands | DIAG LIGHTNEWLOAD]][[ Category: arma3dev: Scripting Commands | DIAG LIGHTNEWLOAD]]