ACE3/addons/common/functions
PabstMirror 46c041e6bc Merge branch 'rearm_supply' of https://github.com/GitHawk/ACE3 into GitHawk-rearm_supply
Conflicts:
	addons/attach/functions/fnc_getChildrenAttachActions.sqf
	addons/common/functions/fnc_dumpArray.sqf
	addons/common/functions/fnc_removeAllEventHandlers.sqf
	addons/common/functions/fnc_removeEventHandler.sqf
	addons/common/functions/fnc_serverEvent.sqf
	addons/common/functions/fnc_waitUntilAndExecute.sqf
	addons/explosives/functions/fnc_scriptedExplosive.sqf
	addons/finger/config.cpp
	addons/frag/config.cpp
	addons/interact_menu/functions/fnc_handlePlayerChanged.sqf
	addons/laser/functions/fnc_laserOn.sqf
	addons/laser/functions/fnc_seekerFindLaserSpot.sqf
	addons/laser/functions/fnc_unitTurretCanLockLaser.sqf
	addons/laser/functions/fnc_vanillaLaserSeekerHandler.sqf
	addons/laser_selfdesignate/functions/fnc_findLaserSource.sqf
	addons/laser_selfdesignate/functions/fnc_laserHudDesignateOff.sqf
	addons/main/config.cpp
	addons/main/script_mod.hpp
	addons/map/functions/fnc_flashlightGlow.sqf
	addons/maptools/functions/fnc_addLineMarker.sqf
	addons/maptools/functions/fnc_canDraw.sqf
	addons/maptools/functions/fnc_cancelDrawing.sqf
	addons/maptools/functions/fnc_copyMapReceiveMarkers.sqf
	addons/maptools/functions/fnc_copyMapRemoteSend.sqf
	addons/maptools/functions/fnc_copyMapStart.sqf
	addons/maptools/functions/fnc_handleKeyDown.sqf
	addons/maptools/functions/fnc_handleMouseZChanged.sqf
	addons/maptools/functions/fnc_removeLineMarker.sqf
	addons/maptools/functions/fnc_updateLineMarker.sqf
	addons/missileguidance/functions/fnc_checkLos.sqf
	addons/missileguidance/functions/fnc_checkSeekerAngle.sqf
	addons/overheating/CfgWeapons.hpp
	addons/overheating/functions/fnc_swapBarrelCallback.sqf
	addons/rearm/XEH_postInit.sqf
	addons/rearm/XEH_respawn.sqf
	addons/rearm/functions/fnc_canRearm.sqf
	addons/rearm/functions/fnc_dropAmmo.sqf
	addons/rearm/functions/fnc_getMaxMagazines.sqf
	addons/rearm/functions/fnc_grabAmmo.sqf
	addons/rearm/functions/fnc_pickUpAmmo.sqf
	addons/rearm/functions/fnc_rearmEntireVehicleSuccess.sqf
	addons/rearm/functions/fnc_rearmEntireVehicleSuccessLocal.sqf
	addons/rearm/functions/fnc_rearmSuccess.sqf
	addons/rearm/functions/fnc_rearmSuccessLocal.sqf
	addons/rearm/functions/fnc_storeAmmo.sqf
	addons/repair/functions/fnc_useItem.sqf
	addons/tagging/CfgVehicles.hpp
	addons/ui/ACE_UI.hpp
	optionals/tracers/config.cpp
2017-05-17 18:21:11 -05:00
..
fnc__handleRequestAllSyncedEvents.sqf convert common to cba hashes 2016-07-30 12:28:06 +02:00
fnc__handleRequestSyncedEvent.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc__handleSyncedEvent.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_actionKeysNamesConverted.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_addActionEventHandler.sqf execute addActionEvents in unscheduled env 2016-03-08 01:19:32 +01:00
fnc_addActionMenuEventHandler.sqf execute addActionEvents in unscheduled env 2016-03-08 01:19:32 +01:00
fnc_addCanInteractWithCondition.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_addLineToDebugDraw.sqf Overpressure changes (#4770) 2016-12-22 13:29:05 -06:00
fnc_addMapMarkerCreatedEventHandler.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_addSetting.sqf Run event renaming script 2016-05-24 14:13:11 +01:00
fnc_addSyncedEventHandler.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_addToInventory.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_ambientBrightness.sqf more common code cleanup 2015-09-20 22:29:38 +02:00
fnc_arithmeticGetResult.sqf Functions to perform arithmetic ops on sets (#4514) 2016-10-06 10:18:14 +02:00
fnc_arithmeticSetSource.sqf Functions to perform arithmetic ops on sets (#4514) 2016-10-06 10:18:14 +02:00
fnc_ASLToPosition.sqf cleanup common 2015-09-17 18:25:02 +02:00
fnc_assignedItemFix.sqf convert common events to CBA playerEvents 2016-06-22 01:39:20 +02:00
fnc_assignObjectsInList.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_binarizeNumber.sqf common code fixes 2015-12-12 17:26:47 +01:00
fnc_blurScreen.sqf Add description and example to blur screen function 2016-07-12 16:13:53 +02:00
fnc_cachedCall.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_canDig.sqf Sandbags surfaces update (#4971) 2017-03-15 10:11:37 -05:00
fnc_canGetInPosition.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_canInteractWith.sqf replace filter and map with select and apply 2016-02-06 11:42:35 +01:00
fnc_changeProjectileDirection.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_checkFiles.sqf SQF Lint Cleanup Pass (#5157) 2017-05-14 14:48:05 -05:00
fnc_checkPBOs.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_claim.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_codeToString.sqf Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
fnc_createOrthonormalReference.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_currentChannel.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_debug.sqf Fix undefined variable error in FUNC(debug) 2016-01-11 23:37:44 -06:00
fnc_debugModule.sqf fix setVariable and getVariable capitalization 2015-11-30 17:27:09 +01:00
fnc_defineVariable.sqf fix exitWith capitalization 2015-11-30 17:14:05 +01:00
fnc_deprecateComponent.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_deviceKeyFindValidIndex.sqf SQF Lint Cleanup Pass (#5157) 2017-05-14 14:48:05 -05:00
fnc_deviceKeyRegisterNew.sqf Use new QPATHTOF and QPATHTOEF macros 2016-04-08 20:34:50 +02:00
fnc_disableAI.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_disableUserInput.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_displayIcon.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_displayText.sqf manual merge 2016-05-30 21:14:34 +02:00
fnc_displayTextPicture.sqf Normalize leftovers 2016-06-09 14:28:31 +02:00
fnc_displayTextStructured.sqf Cleanup 2016-06-07 11:13:42 +02:00
fnc_doAnimation.sqf Update common event names to meet new standard 2016-06-04 11:12:56 +01:00
fnc_doGesture.sqf add priority parameter to doGesture 2016-07-13 11:00:31 +02:00
fnc_dropBackpack.sqf Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
fnc_dumpArray.sqf Merge branch 'rearm_supply' of https://github.com/GitHawk/ACE3 into GitHawk-rearm_supply 2017-05-17 18:21:11 -05:00
fnc_dumpPerformanceCounters.sqf Normalize to LF line endings 2016-05-30 18:37:03 +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 replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_findUnloadPosition.sqf Cleanup 2016-06-07 11:13:42 +02:00
fnc_firedEH.sqf Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
fnc_fixCollision.sqf Replace delayed execution functions with new CBA counterparts 2016-05-22 15:29:01 +02:00
fnc_fixFloating.sqf Update common status effect framework 2016-06-03 20:53:43 +01:00
fnc_fixLoweredRifleAnimation.sqf more common code cleanup 2015-09-20 16:56:35 +02:00
fnc_fixPosition.sqf Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
fnc_getAllDefinedSetVariables.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getChildren.sqf replace filter and map with select and apply 2016-02-06 11:42:35 +01:00
fnc_getConfigCommander.sqf common code fixes 2015-12-12 17:26:47 +01:00
fnc_getConfigGunner.sqf common code fixes 2015-12-12 17:26:47 +01:00
fnc_getDeathAnim.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getDefaultAnim.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getDefinedVariable.sqf common code fixes 2015-12-12 17:26:47 +01:00
fnc_getDefinedVariableDefault.sqf common code fixes 2015-12-12 17:26:47 +01:00
fnc_getDefinedVariableInfo.sqf more common code cleanup 2015-09-21 00:28:25 +02:00
fnc_getDisplayConfigName.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getDoorTurrets.sqf SQF Lint Cleanup Pass (#5157) 2017-05-14 14:48:05 -05:00
fnc_getFirstObjectIntersection.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getFirstTerrainIntersection.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getGunner.sqf Replace driver by effectivCommander on EFUNC(common,getGunner) and EFUNC(common,firedEH) 2016-02-13 15:04:43 -03:00
fnc_getInPosition.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_getItemType.sqf Use CBA config functions, return correct value 2016-05-22 16:18:24 +02:00
fnc_getLightProperties.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getLightPropertiesWeapon.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getMapData.sqf AB: Lythium latitude (#5109) 2017-05-10 19:28:05 +02:00
fnc_getMapGridData.sqf SQF Lint Cleanup Pass (#5157) 2017-05-14 14:48:05 -05:00
fnc_getMapGridFromPos.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getMapPosFromGrid.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_getMarkerType.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getMGRSdata.sqf SQF Lint Cleanup Pass (#5157) 2017-05-14 14:48:05 -05:00
fnc_getName.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getNumberMagazinesIn.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getPitchBankYaw.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getReflectorsWithSelections.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getSelectionsWithoutHitPoints.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getSettingData.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getStaminaBarControl.sqf add function to retrieve the control of the stamina bar 2015-12-12 20:25:42 +01:00
fnc_getTargetAzimuthAndInclination.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getTargetDistance.sqf Use max 2016-01-22 00:01:13 +01:00
fnc_getTargetObject.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getTurnedOnLights.sqf common code fixes 2015-12-12 17:26:47 +01:00
fnc_getTurretCommander.sqf travis test 2016-05-21 13:29:42 +02:00
fnc_getTurretConfigPath.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getTurretCopilot.sqf travis test 2016-05-21 13:29:42 +02:00
fnc_getTurretDirection.sqf Laser guidance for all designators (#3308) 2016-10-08 12:55:30 +02:00
fnc_getTurretGunner.sqf travis test 2016-05-21 13:29:42 +02:00
fnc_getTurretIndex.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getTurretsFFV.sqf travis test 2016-05-21 13:29:42 +02:00
fnc_getTurretsOther.sqf travis test 2016-05-21 13:29:42 +02:00
fnc_getUavControlPosition.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getVehicleCargo.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getVehicleCodriver.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getVehicleCrew.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getVehicleUAVCrew.sqf replace filter and map with select and apply 2016-02-06 11:42:35 +01:00
fnc_getVersion.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getWeaponAzimuthAndInclination.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getWeaponIndex.sqf more common code cleanup 2015-09-21 13:08:10 +02:00
fnc_getWeaponModes.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_getWeaponMuzzles.sqf fix getWeaponState, fix #3777 2016-05-10 22:14:01 +02:00
fnc_getWeaponState.sqf fix getWeaponState, fix #3777 2016-05-10 22:14:01 +02:00
fnc_getWeaponType.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01: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_goKneeling.sqf Fix goKneeling changing animation inside vehicle (1.60) 2016-06-04 19:58:53 +02:00
fnc_hadamardProduct.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_handleEngine.sqf Added blockEngine status effect 2016-05-03 20:52:43 +02:00
fnc_handleModifierKey.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_hasHatch.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_hasItem.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_hasMagazine.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_headBugFix.sqf Update common event names to meet new standard 2016-06-03 22:39:43 +01:00
fnc_hideUnit.sqf Update common event names to meet new standard 2016-06-03 22:39:43 +01:00
fnc_interpolateFromArray.sqf Tweak overheating (#4969) 2017-04-11 10:04:57 -05:00
fnc_inTransitionAnim.sqf more common code cleanup 2015-09-19 22:27:23 +02:00
fnc_isAwake.sqf fix setVariable and getVariable capitalization 2015-11-30 17:27:09 +01:00
fnc_isEngineer.sqf Add some more typeNames replacements 2015-11-27 21:23:27 -06: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 Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
fnc_isModLoaded.sqf common code fixes 2015-12-12 17:26:47 +01:00
fnc_isPlayer.sqf Add support for non local Zeus RC in common-isPlayer 2015-12-18 11:08:10 -06:00
fnc_isUnderwater.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_lightIntensityFromObject.sqf common code fixes 2015-12-12 17:26:47 +01:00
fnc_loadPerson.sqf Run event renaming script 2016-05-24 14:13:11 +01:00
fnc_loadPersonLocal.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_loadSettingsFromProfile.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_loadSettingsLocalizedText.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_loadSettingsOnServer.sqf common code fixes 2015-12-12 17:26:47 +01:00
fnc_moduleCheckPBOs.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_moduleLSDVehicles.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_monitor.sqf Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
fnc_muteUnit.sqf Update common event names to meet new standard 2016-06-04 11:12:56 +01:00
fnc_muteUnitHandleInitPost.sqf Update common event names to meet new standard 2016-06-04 11:12:56 +01:00
fnc_muteUnitHandleRespawn.sqf Update common event names to meet new standard 2016-06-04 11:12:56 +01:00
fnc_numberToDigits.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_numberToDigitsString.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_numberToString.sqf replace private with private keyword in first half of common 2015-12-12 16:48:54 +01:00
fnc_onAnswerRequest.sqf Cleanup Merge and remoteFnc events 2016-06-02 19:59:18 -05:00
fnc_owned.sqf more common code cleanup 2015-09-20 16:40:49 +02:00
fnc_parseList.sqf Replace ace_common_fnc_stringRemoveWhiteSpace with CBA_fnc_removeWhitespace (#4222) 2016-09-30 15:51:03 +02:00
fnc_playConfigSound3D.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +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 Merge branch 'master' into cbaEventSystem 2016-05-31 22:36:08 +02:00
fnc_readSettingFromModule.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_readSettingsFromParamsArray.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_receiveRequest.sqf replace timePFH with CBA_missionTime 2016-03-02 11:01:39 +01:00
fnc_removeActionEventHandler.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_removeActionMenuEventHandler.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_removeCanInteractWithCondition.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_removeMapMarkerCreatedEventHandler.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_removeSpecificMagazine.sqf replace filter and map with select and apply 2016-02-06 11:42:35 +01:00
fnc_removeSyncedEventHandler.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_requestCallback.sqf more common code cleanup 2015-09-19 19:40:56 +02:00
fnc_requestSyncedEvent.sqf Merge branch 'master' into eol-lf 2016-06-09 14:24:45 +02:00
fnc_resetAllDefaults.sqf Unified Status Effect Handler 2016-01-19 09:39:05 -06:00
fnc_restoreVariablesJIP.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_runAfterSettingsInit.sqf Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
fnc_sanitizeString.sqf manual merge 2016-01-06 15:57:09 +01:00
fnc_sendRequest.sqf Cleanup Merge and remoteFnc events 2016-06-02 19:59:18 -05:00
fnc_serverLog.sqf Few more in common 2016-06-02 20:13:09 -05:00
fnc_setApproximateVariablePublic.sqf Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
fnc_setDefinedVariable.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_setDisableUserInputStatus.sqf more common code cleanup 2015-09-19 20:34:07 +02:00
fnc_setHearingCapability.sqf Hearing - New XEH, Fix dead effects, Medical var (#3802) 2016-05-20 11:23:14 -05:00
fnc_setName.sqf Handle changes to CBA_fnc_addPlayerEventHandler (#4878) 2017-02-10 13:03:12 -06:00
fnc_setParameter.sqf 1.54 - Replace typeName with isEqualType 2015-11-20 11:40:31 -06:00
fnc_setPitchBankYaw.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_setPlayerOwner.sqf Cleanup map gesture sync / color mapping (#4486) 2016-10-27 19:54:58 +02:00
fnc_setProne.sqf Cleanup some undefined functions and strings 2016-06-20 13:58:37 -05:00
fnc_setSetting.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_setSettingFromConfig.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_setVariableJIP.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_setVariablePublic.sqf Fix setVariablePublic reseting to old values (#4938) 2017-02-24 19:19:39 -06:00
fnc_setVolume.sqf more common code cleanup 2015-09-20 00:55:58 +02:00
fnc_showHud.sqf Merge branch 'rearm_supply' of https://github.com/GitHawk/ACE3 into GitHawk-rearm_supply 2017-05-17 18:21:11 -05:00
fnc_showUser.sqf Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
fnc_statusEffect_addType.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_statusEffect_get.sqf Add getter, readd old public funcs, add blockSprint 2016-01-19 09:39:06 -06:00
fnc_statusEffect_localEH.sqf cleanup, don't setVar public if no change 2016-01-19 09:39:05 -06:00
fnc_statusEffect_resetVariables.sqf cleanup, don't setVar public if no change 2016-01-19 09:39:05 -06:00
fnc_statusEffect_respawnEH.sqf Unified Status Effect Handler 2016-01-19 09:39:05 -06:00
fnc_statusEffect_sendEffects.sqf Update common status effect framework 2016-06-03 20:53:43 +01:00
fnc_statusEffect_set.sqf Add getter, readd old public funcs, add blockSprint 2016-01-19 09:39:06 -06:00
fnc_stringCompare.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_stringRemoveWhiteSpace.sqf Replace ace_common_fnc_stringRemoveWhiteSpace with CBA_fnc_removeWhitespace (#4222) 2016-09-30 15:51:03 +02:00
fnc_stringToColoredText.sqf more common code cleanup 2015-09-20 15:52:40 +02:00
fnc_switchToGroupSide.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_syncedEvent.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_syncedEventPFH.sqf convert common to cba hashes 2016-07-30 12:28:06 +02:00
fnc_throttledPublicVariable.sqf SQF Lint Cleanup Pass (#5157) 2017-05-14 14:48:05 -05:00
fnc_toBin.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_toBitmask.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_toHex.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_toNumber.sqf 1.54 - Replace typeName with isEqualType 2015-11-20 11:40:31 -06:00
fnc_translateToModelSpace.sqf Normalize to LF line endings 2016-05-30 18:37:03 +02:00
fnc_translateToWeaponSpace.sqf Normalize to LF line endings 2016-05-30 18:37:03 +02:00
fnc_unhideUnit.sqf Update common event names to meet new standard 2016-06-03 22:39:43 +01:00
fnc_uniqueElements.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_unloadPerson.sqf Merge branch 'master' into cbaEventSystem 2016-05-31 22:36:08 +02:00
fnc_unloadPersonLocal.sqf Merge branch 'rearm_supply' of https://github.com/GitHawk/ACE3 into GitHawk-rearm_supply 2017-05-17 18:21:11 -05:00
fnc_unmuteUnit.sqf Update common event names to meet new standard 2016-06-04 11:12:56 +01:00
fnc_useItem.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_useMagazine.sqf replace private with private keyword in other half of common 2015-12-14 13:08:19 +01:00
fnc_watchVariable.sqf Debugging tool to watch variables on main display (#4408) 2016-09-20 12:18:44 -05:00
fnc_waveHeightAt.sqf Normalize to LF line endings 2016-05-30 18:37:03 +02:00
fnc_worldToScreenBounds.sqf Javelin overhaul (#4580) 2016-11-15 12:15:25 -06:00
script_component.hpp Cleanup old common macros (#4507) 2016-10-04 05:29:37 +02:00