cmf_viewdistance_fnc_onLBSelChanged
Jump to navigation
Jump to search
Description
- Description:
- This is an internal function of viewdistance. It is called by a listbox change event and updates the viewdistance according to these new settings.
- Execution:
- Call
- Groups:
- CMF3: viewdistance
Syntax
- Syntax:
- [variableType, textCtrl, listCtrl] call cmf_viewdistance_fnc_onLBSelChanged
- Parameters:
- variableType: String - the type of variable
- textCtrl: Control - The textbox control
- listCtrl: Control - The listbox Control
- Return Value:
- None
Examples
- Example 1:
["foot", _myTextCtrl, _myListCtrl] call cmf_viewdistance_fnc_onLBSelChanged;
Additional Information
- See also:
- See also needed
Internal Variables
- No internal variables
Events
- No events
Notes