BIS_fnc_configViewer
(Redirected from BIS fnc configviewer)
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Splendid™ Config Viewer.
Syntax
- Syntax:
- [parent, cfg, showOk, onSelect, onAdd, header] call BIS_fnc_configViewer
- Parameters:
- parent: Display - (Optional, default mission display) parent display
- cfg: Config - (Optional, default all configs) root config
- showOk: Boolean - (Optional, default false) true to display OK button. Script will then wait until viewer is closed and return selected class and param
- onSelect: Code - (Optional, default {}) executed upon selecting a class. Must return String, which will be shown as structured text instead of params.
- onAdd: Code - (Optional, default {}) executed upon adding a class to list. Returned value (STRING) is item text. Empty string will skip the item.
- header: String - (Optional, default "%1") custom header. Use %1 to refer to original name ("Splendid Config Viewer")
- Return Value:
- Array
Examples
- Example 1:
-
call BIS_fnc_configViewer;
Additional Information
- Execution:
- call
- See also:
- BIS_fnc_animViewerBIS_fnc_help
- Groups:
- Diagnostic