ACE3/addons/common/functions
SilentSpike a718c82780 Implement nice index deletion iteration solution
Previously when iterating over an array and modifying the same array via deletion of the current index, incorrect means was used to account for the change in index resulting in any further deletions being applied to the wrong elements.

This solution does not require duplication of the array or the use of external variables to track the number of deleted elements. We simply lower the `_forEachIndex` by 1 whenever an element is removed.
2015-11-17 16:02:56 +00:00
..
fnc__handleNetEvent.sqf more common code cleanup 2015-09-20 22:29:38 +02:00
fnc__handleRequestAllSyncedEvents.sqf more common code cleanup 2015-09-20 22:29:38 +02:00
fnc__handleRequestSyncedEvent.sqf more common code cleanup 2015-09-20 22:29:38 +02:00
fnc__handleSyncedEvent.sqf common code cleanup part 2 2015-09-18 07:42:10 +02:00
fnc_addActionEventHandler.sqf more common code cleanup 2015-09-19 01:50:17 +02:00
fnc_addActionMenuEventHandler.sqf more common code cleanup 2015-09-19 01:50:17 +02:00
fnc_addCanInteractWithCondition.sqf more common code cleanup 2015-09-20 22:36:05 +02:00
fnc_addCuratorUnloadEventhandler.sqf more common cleanup 2015-09-18 08:23:18 +02:00
fnc_addEventHandler.sqf more common cleanup 2015-09-18 08:47:14 +02:00
fnc_addLineToDebugDraw.sqf more common cleanup 2015-09-18 08:47:14 +02:00
fnc_addMapMarkerCreatedEventHandler.sqf more common cleanup 2015-09-18 08:47:14 +02:00
fnc_addScrollWheelEventHandler.sqf Changed ACE_time back to time in comments where appropriate 2015-10-21 22:52:21 +02:00
fnc_addSetting.sqf more common cleanup 2015-09-18 09:38:19 +02:00
fnc_addSyncedEventHandler.sqf more common cleanup 2015-09-18 09:38:19 +02:00
fnc_addToInventory.sqf more common cleanup 2015-09-18 09:38:19 +02:00
fnc_ambientBrightness.sqf more common code cleanup 2015-09-20 22:29:38 +02:00
fnc_applyForceWalkStatus.sqf more common code cleanup 2015-09-20 22:29:38 +02:00
fnc_ASLToPosition.sqf cleanup common 2015-09-17 18:25:02 +02:00
fnc_assignedItemFix.sqf more common code cleanup 2015-09-21 19:19:49 +02:00
fnc_assignObjectsInList.sqf Add synchronizedObjects vehicle support to assignObjectsInList with an optional parameter 2015-09-28 16:17:12 +02:00
fnc_binarizeNumber.sqf more common cleanup 2015-09-18 09:38:19 +02:00
fnc_binocularMagazine.sqf fix fnc_binocularMagazine on remote and dead units 2015-10-04 12:10:08 +02:00
fnc_blurScreen.sqf more common code cleanup 2015-09-20 22:29:38 +02:00
fnc_cachedCall.sqf Changed ACE_time back to time in comments where appropriate 2015-10-21 22:52:21 +02:00
fnc_canGetInPosition.sqf more common code cleanup 2015-09-20 22:29:38 +02:00
fnc_canInteractWith.sqf formatting, remove an obsolete private 2015-09-18 14:32:58 +02:00
fnc_canUseWeapon.sqf more common cleanup 2015-09-18 13:09:40 +02:00
fnc_changeProjectileDirection.sqf Cleanup more stuff 2015-09-18 14:24:20 -05:00
fnc_checkFiles.sqf more common cleanup 2015-09-18 13:09:40 +02:00
fnc_checkPBOs.sqf add depracted warnings 2015-09-21 21:25:18 +02:00
fnc_claim.sqf more common code cleanup 2015-09-20 22:29:38 +02:00
fnc_codeToLetter.sqf add and use deprecated macro 2015-09-21 22:09:54 +02:00
fnc_codeToString.sqf more common code cleanup 2015-09-18 16:41:00 +02:00
fnc_createOrthonormalReference.sqf more common code cleanup 2015-09-18 16:41:00 +02:00
fnc_currentChannel.sqf more common code cleanup 2015-09-20 22:29:38 +02:00
fnc_debug.sqf Merge branch 'master' into miscFixNilFunctions 2015-09-20 11:25:33 -05:00
fnc_debugModule.sqf more common code cleanup 2015-09-20 22:29:38 +02:00
fnc_defineVariable.sqf formating 2015-09-18 16:00:58 +02:00
fnc_deviceKeyFindValidIndex.sqf more common cleanup 2015-09-18 15:40:51 +02:00
fnc_deviceKeyRegisterNew.sqf more common cleanup 2015-09-18 15:40:51 +02:00
fnc_disableAI.sqf more common cleanup 2015-09-18 15:40:51 +02:00
fnc_disableUserInput.sqf use CBA pfh in disableUserInput and fix key input weirdness 2015-09-21 22:42:31 +02:00
fnc_displayIcon.sqf more common code cleanup 2015-09-20 20:25:25 +02:00
fnc_displayText.sqf more common code cleanup 2015-09-20 20:25:25 +02:00
fnc_displayTextPicture.sqf more common code cleanup 2015-09-20 22:16:51 +02:00
fnc_displayTextStructured.sqf more common code cleanup 2015-09-20 22:16:51 +02:00
fnc_doAnimation.sqf more common code cleanup 2015-09-20 22:16:51 +02:00
fnc_dropBackpack.sqf fix missing magazines after certain scenarios 2015-10-04 01:26:38 +02:00
fnc_dumpArray.sqf Cleanup Undefined Functions 2015-10-03 21:34:46 -05:00
fnc_dumpPerformanceCounters.sqf more common code cleanup 2015-09-21 01:07:49 +02:00
fnc_endRadioTransmission.sqf more common code cleanup 2015-09-20 20:25:25 +02:00
fnc_eraseCache.sqf more common code cleanup 2015-09-20 20:25:25 +02:00
fnc_errorMessage.sqf more common code cleanup 2015-09-20 20:25:25 +02:00
fnc_execNextFrame.sqf more common code cleanup 2015-09-20 20:25:25 +02:00
fnc_execPersistentFnc.sqf Cleanup Undefined Functions 2015-10-03 21:34:46 -05:00
fnc_execRemoteFnc.sqf Cleanup Undefined Functions 2015-10-03 21:34:46 -05:00
fnc_executePersistent.sqf more common code cleanup 2015-09-20 20:25:25 +02:00
fnc_exportConfig.sqf more common code cleanup 2015-09-20 20:25:25 +02:00
fnc_filter.sqf more common code cleanup 2015-09-20 16:56:35 +02:00
fnc_fixCollision.sqf more common code cleanup 2015-09-20 16:56:35 +02:00
fnc_fixCrateContent.sqf more common code cleanup 2015-09-20 16:56:35 +02:00
fnc_fixFloating.sqf fix fixFloating resetting reflector hitpoints, close #2279 2015-09-26 14:38:50 +02:00
fnc_fixLoweredRifleAnimation.sqf more common code cleanup 2015-09-20 16:56:35 +02:00
fnc_fixPosition.sqf more common code cleanup 2015-09-20 16:56:35 +02:00
fnc_getAllDefinedSetVariables.sqf more common code cleanup 2015-09-20 23:40:51 +02:00
fnc_getAllGear.sqf fix missing magazines after certain scenarios 2015-10-04 01:26:38 +02:00
fnc_getCaptivityStatus.sqf more common code cleanup 2015-09-20 23:18:51 +02:00
fnc_getChildren.sqf more common code cleanup 2015-09-20 23:18:51 +02:00
fnc_getConfigCommander.sqf more common code cleanup 2015-09-20 23:18:51 +02:00
fnc_getConfigGunner.sqf more common code cleanup 2015-09-20 23:18:51 +02:00
fnc_getConfigType.sqf more common code cleanup 2015-09-20 23:18:51 +02:00
fnc_getConfigTypeObject.sqf more common code cleanup 2015-09-20 23:18:51 +02:00
fnc_getDeathAnim.sqf Changed ACE_time back to time in comments where appropriate 2015-10-21 22:52:21 +02:00
fnc_getDefaultAnim.sqf more common code cleanup 2015-09-21 00:28:25 +02:00
fnc_getDefinedVariable.sqf more common code cleanup 2015-09-21 00:28:25 +02:00
fnc_getDefinedVariableDefault.sqf more common code cleanup 2015-09-21 00:28:25 +02:00
fnc_getDefinedVariableInfo.sqf more common code cleanup 2015-09-21 00:28:25 +02:00
fnc_getDisplayConfigName.sqf more common code cleanup 2015-09-21 00:28:25 +02:00
fnc_getDoorTurrets.sqf more common code cleanup 2015-09-21 00:28:25 +02:00
fnc_getFirstObjectIntersection.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getFirstTerrainIntersection.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getForceWalkStatus.sqf more common code cleanup 2015-09-21 01:07:49 +02:00
fnc_getGunner.sqf more common code cleanup 2015-09-20 23:18:51 +02:00
fnc_getHitPoints.sqf rework modifier key, cleanup sandbags, tripod, ladder, fix #2590 2015-09-26 03:16:55 +02:00
fnc_getHitPointsWithSelections.sqf rework modifier key, cleanup sandbags, tripod, ladder, fix #2590 2015-09-26 03:16:55 +02:00
fnc_getInPosition.sqf more common code cleanup 2015-09-21 01:07:49 +02:00
fnc_getItemType.sqf more common code cleanup 2015-09-21 19:19:49 +02:00
fnc_getLightProperties.sqf more common code cleanup 2015-09-21 01:07:49 +02:00
fnc_getLightPropertiesWeapon.sqf more common code cleanup 2015-09-21 01:07:49 +02:00
fnc_getMapGridData.sqf more common code cleanup 2015-09-21 13:53:12 +02:00
fnc_getMapGridFromPos.sqf more common code cleanup 2015-09-21 14:20:53 +02:00
fnc_getMapPosFromGrid.sqf more common code cleanup 2015-09-21 13:53:12 +02:00
fnc_getMarkerType.sqf more common code cleanup 2015-09-21 13:53:12 +02:00
fnc_getMGRSdata.sqf more common code cleanup 2015-09-21 14:20:53 +02:00
fnc_getName.sqf more common code cleanup 2015-09-21 01:07:49 +02:00
fnc_getNumberFromMissionSQM.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getNumberMagazinesIn.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getPitchBankYaw.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getReflectorsWithSelections.sqf more common code cleanup 2015-09-21 13:53:12 +02:00
fnc_getSelectionsWithoutHitPoints.sqf make use of getHitpointsDamage command to drastically speed up some functions about hitpoints 2015-08-30 21:13:29 +02:00
fnc_getSettingData.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getStringFromMissionSQM.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getTargetAzimuthAndInclination.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getTargetDistance.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getTargetObject.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getTurnedOnLights.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getTurretCommander.sqf more common code cleanup 2015-09-20 23:18:51 +02:00
fnc_getTurretConfigPath.sqf more common code cleanup 2015-09-20 23:40:51 +02:00
fnc_getTurretCopilot.sqf more common code cleanup 2015-09-20 23:18:51 +02:00
fnc_getTurretDirection.sqf more common code cleanup 2015-09-20 23:40:51 +02:00
fnc_getTurretGunner.sqf more common code cleanup 2015-09-20 23:18:51 +02:00
fnc_getTurretIndex.sqf Optimize PFEH Funcs 2015-10-03 23:05:46 -05:00
fnc_getTurrets.sqf more common code cleanup 2015-09-20 23:40:51 +02:00
fnc_getTurretsFFV.sqf more common code cleanup 2015-09-20 23:18:51 +02:00
fnc_getTurretsOther.sqf more common code cleanup 2015-09-20 23:18:51 +02:00
fnc_getUavControlPosition.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getVehicleCargo.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getVehicleCodriver.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getVehicleCrew.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getVehicleUAVCrew.sqf rework modifier key, cleanup sandbags, tripod, ladder, fix #2590 2015-09-26 03:16:55 +02:00
fnc_getVersion.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getWeaponAzimuthAndInclination.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getWeaponIndex.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getWeaponModes.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getWeaponMuzzles.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getWeaponState.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getWeaponType.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getWindDirection.sqf more common code cleanup 2015-09-21 01:07:49 +02:00
fnc_getZoom.sqf more common code cleanup 2015-09-21 01:07:49 +02:00
fnc_globalEvent.sqf more common code cleanup 2015-09-21 00:28:25 +02:00
fnc_goKneeling.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_hadamardProduct.sqf more common cleanup 2015-09-18 16:33:53 +02:00
fnc_handleModifierKey.sqf rework modifier key, cleanup sandbags, tripod, ladder, fix #2590 2015-09-26 03:16:55 +02:00
fnc_handleModifierKeyInit.sqf rework modifier key, cleanup sandbags, tripod, ladder, fix #2590 2015-09-26 03:16:55 +02:00
fnc_handleModifierKeyUp.sqf rework modifier key, cleanup sandbags, tripod, ladder, fix #2590 2015-09-26 03:16:55 +02:00
fnc_handleScrollWheel.sqf more common code cleanup 2015-09-21 18:37:19 +02:00
fnc_handleScrollWheelInit.sqf more common code cleanup 2015-09-21 18:37:19 +02:00
fnc_hasHatch.sqf change description in function header 2015-10-28 19:02:54 +01:00
fnc_hashCreate.sqf more common code cleanup 2015-09-19 21:33:25 +02:00
fnc_hashGet.sqf more common code cleanup 2015-09-19 21:33:25 +02:00
fnc_hashHasKey.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_hashListCreateHash.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_hashListCreateList.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_hashListPush.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_hashListSelect.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_hashListSet.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_hashRem.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_hashSet.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_hasItem.sqf more common code cleanup 2015-09-19 22:27:23 +02:00
fnc_hasMagazine.sqf more common code cleanup 2015-09-19 22:27:23 +02:00
fnc_headBugFix.sqf more common code cleanup 2015-09-19 22:27:23 +02:00
fnc_hideUnit.sqf more common cleanup 2015-09-18 16:33:53 +02:00
fnc_inheritsFrom.sqf add and use deprecated macro 2015-09-21 22:09:54 +02:00
fnc_insertionSort.sqf more common code cleanup 2015-09-19 22:27:23 +02:00
fnc_interpolateFromArray.sqf more common code cleanup 2015-09-19 22:27:23 +02:00
fnc_inTransitionAnim.sqf more common code cleanup 2015-09-19 22:27:23 +02:00
fnc_inWater.sqf more common code cleanup 2015-09-18 18:28:19 +02:00
fnc_isAlive.sqf add and use deprecated macro 2015-09-21 22:09:54 +02:00
fnc_isAutoWind.sqf more common code cleanup 2015-09-19 22:27:23 +02:00
fnc_isAwake.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_isEngineer.sqf more common code cleanup 2015-09-19 22:27:23 +02:00
fnc_isEOD.sqf more common code cleanup 2015-09-19 22:27:23 +02:00
fnc_isFeatureCameraActive.sqf more common code cleanup 2015-09-19 22:27:23 +02:00
fnc_isInBuilding.sqf more common code cleanup 2015-09-18 21:12:40 +02:00
fnc_isModLoaded.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_isPlayer.sqf more common code cleanup 2015-09-19 22:27:23 +02:00
fnc_isTurnedOut.sqf add and use deprecated macro 2015-09-21 22:09:54 +02:00
fnc_letterToCode.sqf add and use deprecated macro 2015-09-21 22:09:54 +02:00
fnc_lightIntensityFromObject.sqf more common code cleanup 2015-09-18 21:12:40 +02:00
fnc_loadPerson.sqf Cleanup Undefined Functions 2015-10-03 21:34:46 -05:00
fnc_loadPersonLocal.sqf Merge branch 'master' of https://github.com/acemod/ACE3 2015-09-25 11:15:46 +02:00
fnc_loadSettingsFromProfile.sqf more common code cleanup 2015-09-18 18:28:19 +02:00
fnc_loadSettingsLocalizedText.sqf remove obsolete private 2015-09-18 21:15:06 +02:00
fnc_loadSettingsOnServer.sqf more common code cleanup 2015-09-18 18:28:19 +02:00
fnc_localEvent.sqf more common code cleanup 2015-09-19 23:18:07 +02:00
fnc_map.sqf more common code cleanup 2015-09-20 16:56:35 +02:00
fnc_moduleCheckPBOs.sqf more common code cleanup 2015-09-18 21:46:21 +02:00
fnc_moduleLSDVehicles.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_monitor.sqf more common code cleanup 2015-09-18 21:46:21 +02:00
fnc_muteUnit.sqf more common code cleanup 2015-09-18 21:46:21 +02:00
fnc_muteUnitHandleInitPost.sqf more common code cleanup 2015-09-18 21:46:21 +02:00
fnc_muteUnitHandleRespawn.sqf more common code cleanup 2015-09-18 21:46:21 +02:00
fnc_numberToDigits.sqf more common code cleanup 2015-09-18 21:46:21 +02:00
fnc_numberToDigitsString.sqf more common code cleanup 2015-09-18 21:46:21 +02:00
fnc_numberToString.sqf more common code cleanup 2015-09-18 21:46:21 +02:00
fnc_onAnswerRequest.sqf more common code cleanup 2015-09-18 21:46:21 +02:00
fnc_owned.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_parseList.sqf Fixed nilCheck, changed moduleAddSpareParts to use new parseList 2015-09-05 20:51:48 +02:00
fnc_player.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_playerSide.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_positionToASL.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_progressBar.sqf Changed ACE_time back to time in comments where appropriate 2015-10-21 22:52:21 +02:00
fnc_readSettingFromModule.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_receiveRequest.sqf more common code cleanup 2015-09-19 01:50:17 +02:00
fnc_removeActionEventHandler.sqf more common code cleanup 2015-09-19 01:50:17 +02:00
fnc_removeActionMenuEventHandler.sqf more common code cleanup 2015-09-19 01:50:17 +02:00
fnc_removeAllEventHandlers.sqf more common code cleanup 2015-09-19 01:50:17 +02:00
fnc_removeBinocularMagazine.sqf fix missing magazines after certain scenarios 2015-10-04 01:26:38 +02:00
fnc_removeCanInteractWithCondition.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_removeEventHandler.sqf change function header of removeEventhandler and waitAndExecute to public: yes 2015-09-30 00:14:21 +02:00
fnc_removeMapMarkerCreatedEventHandler.sqf more common code cleanup 2015-09-19 19:26:45 +02:00
fnc_removeScrollWheelEventHandler.sqf more common code cleanup 2015-09-19 19:26:45 +02:00
fnc_removeSpecificMagazine.sqf more common code cleanup 2015-09-19 19:26:45 +02:00
fnc_removeSyncedEventHandler.sqf more common code cleanup 2015-09-19 19:26:45 +02:00
fnc_requestCallback.sqf more common code cleanup 2015-09-19 19:40:56 +02:00
fnc_requestSyncedEvent.sqf more common code cleanup 2015-09-19 19:40:56 +02:00
fnc_resetAllDefaults.sqf Fix Merge 2015-09-20 11:28:43 -05:00
fnc_restoreVariablesJIP.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_runAfterSettingsInit.sqf runAfterSettingsInit helper func 2015-09-03 00:11:49 -05:00
fnc_sanitizeString.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_selectWeaponMode.sqf fix missing magazines after certain scenarios 2015-10-04 01:26:38 +02:00
fnc_sendRequest.sqf more common code cleanup 2015-09-19 20:17:38 +02:00
fnc_serverEvent.sqf more common code cleanup 2015-09-19 20:34:07 +02:00
fnc_serverLog.sqf more common code cleanup 2015-09-19 20:34:07 +02:00
fnc_setAllGear.sqf fix missing magazines after certain scenarios 2015-10-04 01:26:38 +02:00
fnc_setCaptivityStatus.sqf more common code cleanup 2015-09-19 20:34:07 +02:00
fnc_setDefinedVariable.sqf more common code cleanup 2015-09-19 20:34:07 +02:00
fnc_setDisableUserInputStatus.sqf more common code cleanup 2015-09-19 20:34:07 +02:00
fnc_setForceWalkStatus.sqf more common code cleanup 2015-09-19 20:55:35 +02:00
fnc_setHearingCapability.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_setName.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_setParameter.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_setPitchBankYaw.sqf more common code cleanup 2015-09-19 20:55:35 +02:00
fnc_setProne.sqf more common code cleanup 2015-09-20 00:55:58 +02:00
fnc_setSetting.sqf more common code cleanup 2015-09-19 23:18:07 +02:00
fnc_setSettingFromConfig.sqf more common code cleanup 2015-09-19 23:18:07 +02:00
fnc_setVariableJIP.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_setVariablePublic.sqf Implement nice index deletion iteration solution 2015-11-17 16:02:56 +00:00
fnc_setVolume.sqf more common code cleanup 2015-09-20 00:55:58 +02:00
fnc_showUser.sqf more common code cleanup 2015-09-20 00:55:58 +02:00
fnc_sortAlphabeticallyBy.sqf add and use deprecated macro 2015-09-21 22:09:54 +02:00
fnc_stringCompare.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_stringRemoveWhiteSpace.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_stringToColoredText.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_switchToGroupSide.sqf more common code cleanup 2015-09-20 00:55:58 +02:00
fnc_syncedEvent.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_syncedEventPFH.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_targetEvent.sqf more common code cleanup 2015-09-20 00:55:58 +02:00
fnc_throttledPublicVariable.sqf Changed ACE_time back to time in comments where appropriate 2015-10-21 22:52:21 +02:00
fnc_timePFH.sqf Optimize PFEH Funcs 2015-10-03 23:05:46 -05:00
fnc_toBin.sqf more common code cleanup 2015-09-20 00:55:58 +02:00
fnc_toBitmask.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_toHex.sqf more common code cleanup 2015-09-20 00:55:58 +02:00
fnc_toNumber.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_translateToModelSpace.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_translateToWeaponSpace.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_unhideUnit.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_uniqueElements.sqf more common code cleanup 2015-09-20 20:25:25 +02:00
fnc_uniqueElementsOnly.sqf add and use deprecated macro 2015-09-21 22:09:54 +02:00
fnc_unloadPerson.sqf fix additional bracket, formatting 2015-09-18 19:40:48 +02:00
fnc_unloadPersonLocal.sqf fix some code was commented out in loadPersonLocal and unloadPersonLocal 2015-09-25 11:15:25 +02:00
fnc_unmuteUnit.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_useItem.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_useMagazine.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_waitAndExecute.sqf Changed ACE_time back to time in comments where appropriate 2015-10-21 22:52:21 +02:00
fnc_waitUntilAndExecute.sqf fix Docu in waitUntilAndExecute 2015-11-02 12:05:43 +01:00
fnc_waveHeightAt.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_worldToScreenBounds.sqf cleanup common 2015-09-17 18:25:02 +02:00
script_component.hpp cleanup common 2015-09-17 18:25:02 +02:00