VN_fnc_cmdOL_receive
Jump to navigation
Jump to search
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Dscha |
|
Description
Adding the Texture/Icon to the "ActiveIcons"-list, nothing else. Rest will be handled by "vn_fnc_cmdOL_check".
Syntax
- Syntax
- [_UsedIcon,_senderName,_actionName] call VN_fnc_cmdOL_receive;
- Parameters
- _UsedIcon: String - (Optional, default
""
) Path to image/texture/Icon/whatever you wanna show there - _senderName: String - (Optional, default
""
) Name of the person, that sent the "command" - _actionName: String - (Optional, default
""
) Name of the action, that was executed - Return value
- Nothing
Examples
- Example 1
[ "vn\ui_f_vietnam\ui\wheelmenu\img\handsignals\ui_wm_selector_hand_001_ca.paa" ,"playername A" ,"Take Cover" ] call vn_fnc_cmdOL_receive;