ACE3/addons/interaction/functions
Seb 88e774c30d
Interaction - Rename group self-interact (#8346)
* Group renaming self interact

* UI base

* Custom UI solution (looks terrible)

* Improve GUI, optimise functions

* Add exitWith return value to fnc_renameGroup

* tabs to spaces

* Small tweaks

* newlines

pre-empting newline gestapo

* input prompt caps

* Implement suggestions

* Remove already inherited value

* Per-side group name handling

* Add same group case sensitive changes.

* Suggestions

- Use ace_common_fnc_displayTextStructured
- Formatting
- Phrasing of strings

* replace spawn with CBA_fnc_execNextFrame

* Update addons/interaction/initSettings.sqf

Co-authored-by: PabstMirror <pabstmirror@gmail.com>

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-10-12 12:53:35 -05:00
..
fnc_addPassengerActions.sqf Headers - Fix function names in examples (#7663) 2020-04-25 08:41:45 +02:00
fnc_addPassengersActions.sqf Interaction Menu - Add triage colors to icons at passengers list (#8366) 2021-10-11 11:51:05 +02:00
fnc_canBecomeLeader.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_canFlip.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_canInteractWithCivilian.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_canJoinGroup.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_canJoinTeam.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_canPardon.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_canPassMagazine.sqf Replace canAdd with CBA_fnc_canAddItem (#8012) 2021-02-27 10:26:12 -06:00
fnc_canPullOutBody.sqf Utilize isNotEqualTo (#7929) 2021-02-27 11:05:05 -06:00
fnc_canPush.sqf Various - Use configOf command for faster lookup (#8100) 2021-02-18 12:58:08 -06:00
fnc_canRenameGroup.sqf Interaction - Rename group self-interact (#8346) 2021-10-12 12:53:35 -05:00
fnc_canTapShoulder.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_doBecomeLeader.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_doRemoteControl.sqf Reload/Interaction - Fix 2 hemtt ingame errors (#7924) 2020-10-21 11:17:42 -05:00
fnc_getDoor.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_getDoorAnimations.sqf Fix door opening for buildings with 10+ doors (#7975) 2020-11-02 12:22:53 -06:00
fnc_getDown.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_getGlassDoor.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_getInteractionDistance.sqf Use modelToWorldVisualWorld (#8489) 2021-10-10 15:37:05 +02:00
fnc_getVehiclePos.sqf Use modelToWorldVisualWorld (#8489) 2021-10-10 15:37:05 +02:00
fnc_getVehiclePosComplex.sqf Various - Use configOf command for faster lookup (#8100) 2021-02-18 12:58:08 -06:00
fnc_getWeaponAttachmentsActions.sqf Add Weapon Attachments interaction (#7706) 2021-03-04 11:43:11 -06:00
fnc_getWeaponPos.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_handleScrollWheel.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_hideMouseHint.sqf Improve mouse hint (#6652) 2018-11-01 12:46:46 -05:00
fnc_joinTeam.sqf Changed: Scripted calls to putInEarPlugs/joinTeam won't show hint (#7400) 2020-01-09 14:40:34 -06:00
fnc_modifyJoinGroupAction.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_modifyTeamManagementAction.sqf Interaction - Show current team color in Team Management menu (#7650) 2020-04-30 11:39:03 -05:00
fnc_moduleInteraction.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_openDoor.sqf Various - Use configOf command for faster lookup (#8100) 2021-02-18 12:58:08 -06:00
fnc_pardon.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_passMagazine.sqf Replace canAdd with CBA_fnc_canAddItem (#8012) 2021-02-27 10:26:12 -06:00
fnc_pullOutBody.sqf Utilize isNotEqualTo (#7929) 2021-02-27 11:05:05 -06:00
fnc_push.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_renameGroup.sqf Interaction - Rename group self-interact (#8346) 2021-10-12 12:53:35 -05:00
fnc_renameGroupUI.sqf Interaction - Rename group self-interact (#8346) 2021-10-12 12:53:35 -05:00
fnc_sendAway.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
fnc_showMouseHint.sqf Dragging - Add possiblity to rotate a carried object (#7640) 2020-04-20 17:45:59 +02:00
fnc_switchWeaponAttachment.sqf Add Weapon Attachments interaction (#7706) 2021-03-04 11:43:11 -06:00
fnc_tapShoulder.sqf [WIP] Fix script errors reporting wrong line numbers (#6407) 2018-09-17 14:19:29 -05:00
script_component.hpp big code clean up 2015-01-12 21:14:27 -08:00