mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 09:49:07 +00:00
2023 lines
86 KiB
XML
2023 lines
86 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
ArmA AA/II/III SQF syntax highlighting
|
|
Written by Ezra Altahan
|
|
Created 25/05/2010 | Updated 16/10/2016
|
|
Version 1.1
|
|
|
|
hello@exr.be
|
|
https://github.com/ei
|
|
-->
|
|
|
|
<SyntaxDefinition name="SQF" extensions=".sqf;.sqs">
|
|
|
|
<Environment>
|
|
<Default color="Black" bgcolor="#FFFFFF"/>
|
|
<Selection color="Black" bgcolor="#C3C3FF"/>
|
|
<LineNumbers color="Gray" bgcolor="#FFFFFF"/>
|
|
<CaretMarker color="#F0F0F1"/>
|
|
<VRuler color="#E0E0E5"/>
|
|
|
|
<FoldLine color="#A0A0A0" bgcolor="#FFFFFF"/>
|
|
<FoldMarker color="Black" bgcolor="#FFFFFF"/>
|
|
<SelectedFoldLine color="Black" bgcolor="#FFFFFF"/>
|
|
|
|
<EOLMarkers color="#CACAD2"/>
|
|
<SpaceMarkers color="#B6B6C0"/>
|
|
<TabMarkers color="#B6B6C0"/>
|
|
<InvalidLines color="#B6B6C0"/>
|
|
</Environment>
|
|
|
|
<Properties>
|
|
<Property name="LineComment" value="//"/>
|
|
<Property name="BlockCommentBegin" value="/*"/>
|
|
<Property name="BlockCommentEnd" value="*/"/>
|
|
</Properties>
|
|
|
|
<Digits name="Digits" color="#BF382A"/>
|
|
|
|
<RuleSets>
|
|
<RuleSet ignorecase="true">
|
|
|
|
<Delimiters>()[]{},:.`=;+-*/%~ &|^><</Delimiters>
|
|
|
|
<Span name="LineComment" stopateol="true" color="Green" bold="false" italic="false">
|
|
<Begin>//</Begin>
|
|
</Span>
|
|
|
|
<Span name="BlockComment" stopateol="false" color="Green" bold="false" italic="false">
|
|
<Begin>/*</Begin>
|
|
<End>*/</End>
|
|
</Span>
|
|
|
|
<Span name="String" stopateol="false" color="#808080" bold="false" italic="false" escapecharacter="\">
|
|
<Begin>"</Begin>
|
|
<End>"</End>
|
|
</Span>
|
|
|
|
<Span name="Char" stopateol="false" color="#808080" bold="false" italic="false" escapecharacter="\">
|
|
<Begin>'</Begin>
|
|
<End>'</End>
|
|
</Span>
|
|
|
|
<KeyWords name="Keywords1" color="#B75B00" bold="false" italic="false">
|
|
<Key word="#define"/>
|
|
<Key word="#else"/>
|
|
<Key word="#endif"/>
|
|
<Key word="#ifdef"/>
|
|
<Key word="#include"/>
|
|
<Key word="#undef"/>
|
|
</KeyWords>
|
|
|
|
<KeyWords name="Keywords2" color="Blue" bold="false" italic="false">
|
|
<Key word="_this"/>
|
|
<Key word="_x"/>
|
|
<Key word="and"/>
|
|
<Key word="case"/>
|
|
<Key word="catch"/>
|
|
<Key word="do"/>
|
|
<Key word="else"/>
|
|
<Key word="exit"/>
|
|
<Key word="false"/>
|
|
<Key word="for"/>
|
|
<Key word="foreach"/>
|
|
<Key word="from"/>
|
|
<Key word="goto"/>
|
|
<Key word="if"/>
|
|
<Key word="in"/>
|
|
<Key word="not"/>
|
|
<Key word="or"/>
|
|
<Key word="step"/>
|
|
<Key word="switch"/>
|
|
<Key word="then"/>
|
|
<Key word="throw"/>
|
|
<Key word="to"/>
|
|
<Key word="true"/>
|
|
<Key word="try"/>
|
|
<Key word="while"/>
|
|
</KeyWords>
|
|
|
|
<KeyWords name="Keywords3" color="Teal" bold="true" italic ="false">
|
|
<Key word="west"/>
|
|
<Key word="east"/>
|
|
<Key word="resistance"/>
|
|
<Key word="civilian"/>
|
|
<Key word="independent"/>
|
|
<Key word="blufor"/>
|
|
<Key word="opfor"/>
|
|
</KeyWords>
|
|
|
|
<KeyWords name="Keywords4" color="DarkViolet" bold="false" italic ="false">
|
|
<Key word="AGLToASL"/>
|
|
<Key word="AISFinishHeal"/>
|
|
<Key word="ASLToAGL"/>
|
|
<Key word="ASLToATL"/>
|
|
<Key word="ATLToASL"/>
|
|
<Key word="HUDMovementLevels"/>
|
|
<Key word="UAVControl"/>
|
|
<Key word="WFSideText"/>
|
|
<Key word="abs"/>
|
|
<Key word="accTime"/>
|
|
<Key word="acos"/>
|
|
<Key word="action"/>
|
|
<Key word="actionKeys"/>
|
|
<Key word="actionKeysImages"/>
|
|
<Key word="actionKeysNames"/>
|
|
<Key word="actionKeysNamesArray"/>
|
|
<Key word="actionName"/>
|
|
<Key word="activateAddons"/>
|
|
<Key word="activateKey"/>
|
|
<Key word="activatedAddons"/>
|
|
<Key word="add3DENConnection"/>
|
|
<Key word="add3DENEventHandler"/>
|
|
<Key word="add3DENLayer"/>
|
|
<Key word="addAction"/>
|
|
<Key word="addBackpack"/>
|
|
<Key word="addBackpackCargo"/>
|
|
<Key word="addBackpackCargoGlobal"/>
|
|
<Key word="addBackpackGlobal"/>
|
|
<Key word="addCamShake"/>
|
|
<Key word="addCuratorAddons"/>
|
|
<Key word="addCuratorCameraArea"/>
|
|
<Key word="addCuratorEditableObjects"/>
|
|
<Key word="addCuratorEditingArea"/>
|
|
<Key word="addCuratorPoints"/>
|
|
<Key word="addEditorObject"/>
|
|
<Key word="addEventHandler"/>
|
|
<Key word="addGoggles"/>
|
|
<Key word="addGroupIcon"/>
|
|
<Key word="addHandgunItem"/>
|
|
<Key word="addHeadgear"/>
|
|
<Key word="addItem"/>
|
|
<Key word="addItemCargo"/>
|
|
<Key word="addItemCargoGlobal"/>
|
|
<Key word="addItemPool"/>
|
|
<Key word="addItemToBackpack"/>
|
|
<Key word="addItemToUniform"/>
|
|
<Key word="addItemToVest"/>
|
|
<Key word="addLiveStats"/>
|
|
<Key word="addMPEventHandler"/>
|
|
<Key word="addMagazine"/>
|
|
<Key word="addMagazineAmmoCargo"/>
|
|
<Key word="addMagazineCargo"/>
|
|
<Key word="addMagazineCargoGlobal"/>
|
|
<Key word="addMagazineGlobal"/>
|
|
<Key word="addMagazinePool"/>
|
|
<Key word="addMagazineTurret"/>
|
|
<Key word="addMagazine_array"/>
|
|
<Key word="addMagazines"/>
|
|
<Key word="addMenu"/>
|
|
<Key word="addMenuItem"/>
|
|
<Key word="addMissionEventHandler"/>
|
|
<Key word="addMusicEventHandler"/>
|
|
<Key word="addOwnedMine"/>
|
|
<Key word="addPlayerScores"/>
|
|
<Key word="addPrimaryWeaponItem"/>
|
|
<Key word="addPublicVariableEventHandler"/>
|
|
<Key word="addRating"/>
|
|
<Key word="addResources"/>
|
|
<Key word="addScore"/>
|
|
<Key word="addScoreSide"/>
|
|
<Key word="addSecondaryWeaponItem"/>
|
|
<Key word="addSwitchableUnit"/>
|
|
<Key word="addTeamMember"/>
|
|
<Key word="addToRemainsCollector"/>
|
|
<Key word="addUniform"/>
|
|
<Key word="addVehicle"/>
|
|
<Key word="addVest"/>
|
|
<Key word="addWaypoint"/>
|
|
<Key word="addWeapon"/>
|
|
<Key word="addWeaponCargo"/>
|
|
<Key word="addWeaponCargoGlobal"/>
|
|
<Key word="addWeaponGlobal"/>
|
|
<Key word="addWeaponItem"/>
|
|
<Key word="addWeaponPool"/>
|
|
<Key word="addWeaponTurret"/>
|
|
<Key word="agent"/>
|
|
<Key word="agents"/>
|
|
<Key word="aimPos"/>
|
|
<Key word="aimedAtTarget"/>
|
|
<Key word="airDensityRTD"/>
|
|
<Key word="airportSide"/>
|
|
<Key word="alive"/>
|
|
<Key word="all3DENEntities"/>
|
|
<Key word="allControls"/>
|
|
<Key word="allCurators"/>
|
|
<Key word="allCutLayers"/>
|
|
<Key word="allDead"/>
|
|
<Key word="allDeadMen"/>
|
|
<Key word="allDisplays"/>
|
|
<Key word="allGroups"/>
|
|
<Key word="allMapMarkers"/>
|
|
<Key word="allMines"/>
|
|
<Key word="allMissionObjects"/>
|
|
<Key word="allPlayers"/>
|
|
<Key word="allSites"/>
|
|
<Key word="allTurrets"/>
|
|
<Key word="allUnits"/>
|
|
<Key word="allUnitsUAV"/>
|
|
<Key word="allVariables"/>
|
|
<Key word="allow3DMode"/>
|
|
<Key word="allowCrewInImmobile"/>
|
|
<Key word="allowCuratorLogicIgnoreAreas"/>
|
|
<Key word="allowDamage"/>
|
|
<Key word="allowDammage"/>
|
|
<Key word="allowFileOperations"/>
|
|
<Key word="allowFleeing"/>
|
|
<Key word="allowGetIn"/>
|
|
<Key word="allowSprint"/>
|
|
<Key word="ammo"/>
|
|
<Key word="animate"/>
|
|
<Key word="animateDoor"/>
|
|
<Key word="animateSource"/>
|
|
<Key word="animationNames"/>
|
|
<Key word="animationPhase"/>
|
|
<Key word="animationSourcePhase"/>
|
|
<Key word="animationState"/>
|
|
<Key word="append"/>
|
|
<Key word="armoryPoints"/>
|
|
<Key word="arrayIntersect"/>
|
|
<Key word="asin"/>
|
|
<Key word="assert"/>
|
|
<Key word="assignAsCargo"/>
|
|
<Key word="assignAsCargoIndex"/>
|
|
<Key word="assignAsCommander"/>
|
|
<Key word="assignAsDriver"/>
|
|
<Key word="assignAsGunner"/>
|
|
<Key word="assignAsTurret"/>
|
|
<Key word="assignCurator"/>
|
|
<Key word="assignItem"/>
|
|
<Key word="assignTeam"/>
|
|
<Key word="assignToAirport"/>
|
|
<Key word="assignedCargo"/>
|
|
<Key word="assignedCommander"/>
|
|
<Key word="assignedDriver"/>
|
|
<Key word="assignedGunner"/>
|
|
<Key word="assignedItems"/>
|
|
<Key word="assignedTarget"/>
|
|
<Key word="assignedTeam"/>
|
|
<Key word="assignedVehicle"/>
|
|
<Key word="assignedVehicleRole"/>
|
|
<Key word="atan"/>
|
|
<Key word="atan2"/>
|
|
<Key word="atg"/>
|
|
<Key word="attachObject"/>
|
|
<Key word="attachTo"/>
|
|
<Key word="attachedObject"/>
|
|
<Key word="attachedObjects"/>
|
|
<Key word="attachedTo"/>
|
|
<Key word="attackEnabled"/>
|
|
<Key word="backpack"/>
|
|
<Key word="backpackCargo"/>
|
|
<Key word="backpackContainer"/>
|
|
<Key word="backpackItems"/>
|
|
<Key word="backpackMagazines"/>
|
|
<Key word="backpackSpaceFor"/>
|
|
<Key word="behaviour"/>
|
|
<Key word="benchmark"/>
|
|
<Key word="binocular"/>
|
|
<Key word="boundingBox"/>
|
|
<Key word="boundingBoxReal"/>
|
|
<Key word="boundingCenter"/>
|
|
<Key word="breakOut"/>
|
|
<Key word="breakTo"/>
|
|
<Key word="briefingName"/>
|
|
<Key word="buildingExit"/>
|
|
<Key word="buildingPos"/>
|
|
<Key word="buttonAction"/>
|
|
<Key word="buttonSetAction"/>
|
|
<Key word="cadetMode"/>
|
|
<Key word="call"/>
|
|
<Key word="callExtension"/>
|
|
<Key word="camCommand"/>
|
|
<Key word="camCommit"/>
|
|
<Key word="camCommitPrepared"/>
|
|
<Key word="camCommitted"/>
|
|
<Key word="camConstuctionSetParams"/>
|
|
<Key word="camCreate"/>
|
|
<Key word="camDestroy"/>
|
|
<Key word="camPreload"/>
|
|
<Key word="camPreloaded"/>
|
|
<Key word="camPrepareBank"/>
|
|
<Key word="camPrepareDir"/>
|
|
<Key word="camPrepareDive"/>
|
|
<Key word="camPrepareFocus"/>
|
|
<Key word="camPrepareFov"/>
|
|
<Key word="camPrepareFovRange"/>
|
|
<Key word="camPreparePos"/>
|
|
<Key word="camPrepareRelPos"/>
|
|
<Key word="camPrepareTarget"/>
|
|
<Key word="camSetBank"/>
|
|
<Key word="camSetDir"/>
|
|
<Key word="camSetDive"/>
|
|
<Key word="camSetFocus"/>
|
|
<Key word="camSetFov"/>
|
|
<Key word="camSetFovRange"/>
|
|
<Key word="camSetPos"/>
|
|
<Key word="camSetRelPos"/>
|
|
<Key word="camSetTarget"/>
|
|
<Key word="camTarget"/>
|
|
<Key word="camUseNVG"/>
|
|
<Key word="cameraEffect"/>
|
|
<Key word="cameraEffectEnableHUD"/>
|
|
<Key word="cameraInterest"/>
|
|
<Key word="cameraOn"/>
|
|
<Key word="cameraView"/>
|
|
<Key word="campaignConfigFile"/>
|
|
<Key word="canAdd"/>
|
|
<Key word="canAddItemToBackpack"/>
|
|
<Key word="canAddItemToUniform"/>
|
|
<Key word="canAddItemToVest"/>
|
|
<Key word="canFire"/>
|
|
<Key word="canMove"/>
|
|
<Key word="canSlingLoad"/>
|
|
<Key word="canStand"/>
|
|
<Key word="canSuspend"/>
|
|
<Key word="canUnloadInCombat"/>
|
|
<Key word="cancelSimpleTaskDestination"/>
|
|
<Key word="captive"/>
|
|
<Key word="captiveNum"/>
|
|
<Key word="cbChecked"/>
|
|
<Key word="cbSetChecked"/>
|
|
<Key word="ceil"/>
|
|
<Key word="channelEnabled"/>
|
|
<Key word="cheatsEnabled"/>
|
|
<Key word="checkAIFeature"/>
|
|
<Key word="checkVisibility"/>
|
|
<Key word="className"/>
|
|
<Key word="clearAllItemsFromBackpack"/>
|
|
<Key word="clearBackpackCargo"/>
|
|
<Key word="clearBackpackCargoGlobal"/>
|
|
<Key word="clearGroupIcons"/>
|
|
<Key word="clearItemCargo"/>
|
|
<Key word="clearItemCargoGlobal"/>
|
|
<Key word="clearItemPool"/>
|
|
<Key word="clearMagazineCargo"/>
|
|
<Key word="clearMagazineCargoGlobal"/>
|
|
<Key word="clearMagazinePool"/>
|
|
<Key word="clearOverlay"/>
|
|
<Key word="clearRadio"/>
|
|
<Key word="clearWeaponCargo"/>
|
|
<Key word="clearWeaponCargoGlobal"/>
|
|
<Key word="clearWeaponPool"/>
|
|
<Key word="clientOwner"/>
|
|
<Key word="closeDialog"/>
|
|
<Key word="closeDisplay"/>
|
|
<Key word="closeOverlay"/>
|
|
<Key word="collapseObjectTree"/>
|
|
<Key word="collect3DENHistory"/>
|
|
<Key word="combatMode"/>
|
|
<Key word="commandArtilleryFire"/>
|
|
<Key word="commandChat"/>
|
|
<Key word="commandFSM"/>
|
|
<Key word="commandFire"/>
|
|
<Key word="commandFollow"/>
|
|
<Key word="commandGetOut"/>
|
|
<Key word="commandMove"/>
|
|
<Key word="commandRadio"/>
|
|
<Key word="commandStop"/>
|
|
<Key word="commandSuppressiveFire"/>
|
|
<Key word="commandTarget"/>
|
|
<Key word="commandWatch"/>
|
|
<Key word="commander"/>
|
|
<Key word="commandingMenu"/>
|
|
<Key word="comment"/>
|
|
<Key word="commitOverlay"/>
|
|
<Key word="compile"/>
|
|
<Key word="compileFinal"/>
|
|
<Key word="completedFSM"/>
|
|
<Key word="composeText"/>
|
|
<Key word="configClasses"/>
|
|
<Key word="configFile"/>
|
|
<Key word="configHierarchy"/>
|
|
<Key word="configName"/>
|
|
<Key word="configNull"/>
|
|
<Key word="configProperties"/>
|
|
<Key word="configSourceMod"/>
|
|
<Key word="configSourceModList"/>
|
|
<Key word="connectTerminalToUAV"/>
|
|
<Key word="controlNull"/>
|
|
<Key word="controlsGroupCtrl"/>
|
|
<Key word="copyFromClipboard"/>
|
|
<Key word="copyToClipboard"/>
|
|
<Key word="copyWaypoints"/>
|
|
<Key word="cos"/>
|
|
<Key word="count"/>
|
|
<Key word="countEnemy"/>
|
|
<Key word="countFriendly"/>
|
|
<Key word="countSide"/>
|
|
<Key word="countType"/>
|
|
<Key word="countUnknown"/>
|
|
<Key word="create3DENComposition"/>
|
|
<Key word="create3DENEntity"/>
|
|
<Key word="createAgent"/>
|
|
<Key word="createCenter"/>
|
|
<Key word="createDialog"/>
|
|
<Key word="createDiaryLink"/>
|
|
<Key word="createDiaryRecord"/>
|
|
<Key word="createDiarySubject"/>
|
|
<Key word="createDisplay"/>
|
|
<Key word="createGearDialog"/>
|
|
<Key word="createGroup"/>
|
|
<Key word="createGuardedPoint"/>
|
|
<Key word="createLocation"/>
|
|
<Key word="createMarker"/>
|
|
<Key word="createMarkerLocal"/>
|
|
<Key word="createMenu"/>
|
|
<Key word="createMine"/>
|
|
<Key word="createMissionDisplay"/>
|
|
<Key word="createSimpleObject"/>
|
|
<Key word="createSimpleTask"/>
|
|
<Key word="createSite"/>
|
|
<Key word="createSoundSource"/>
|
|
<Key word="createTask"/>
|
|
<Key word="createTeam"/>
|
|
<Key word="createTrigger"/>
|
|
<Key word="createUnit"/>
|
|
<Key word="createUnit_array"/>
|
|
<Key word="createVehicle"/>
|
|
<Key word="createVehicleCrew"/>
|
|
<Key word="createVehicleLocal"/>
|
|
<Key word="createVehicle_array"/>
|
|
<Key word="crew"/>
|
|
<Key word="ctrlActivate"/>
|
|
<Key word="ctrlAddEventHandler"/>
|
|
<Key word="ctrlAngle"/>
|
|
<Key word="ctrlAutoScrollDelay"/>
|
|
<Key word="ctrlAutoScrollRewind"/>
|
|
<Key word="ctrlAutoScrollSpeed"/>
|
|
<Key word="ctrlChecked"/>
|
|
<Key word="ctrlClassName"/>
|
|
<Key word="ctrlCommit"/>
|
|
<Key word="ctrlCommitted"/>
|
|
<Key word="ctrlCreate"/>
|
|
<Key word="ctrlDelete"/>
|
|
<Key word="ctrlEnable"/>
|
|
<Key word="ctrlEnabled"/>
|
|
<Key word="ctrlFade"/>
|
|
<Key word="ctrlHTMLLoaded"/>
|
|
<Key word="ctrlIDC"/>
|
|
<Key word="ctrlIDD"/>
|
|
<Key word="ctrlMapAnimAdd"/>
|
|
<Key word="ctrlMapAnimClear"/>
|
|
<Key word="ctrlMapAnimCommit"/>
|
|
<Key word="ctrlMapAnimDone"/>
|
|
<Key word="ctrlMapCursor"/>
|
|
<Key word="ctrlMapMouseOver"/>
|
|
<Key word="ctrlMapScale"/>
|
|
<Key word="ctrlMapScreenToWorld"/>
|
|
<Key word="ctrlMapWorldToScreen"/>
|
|
<Key word="ctrlModel"/>
|
|
<Key word="ctrlModelDirAndUp"/>
|
|
<Key word="ctrlModelScale"/>
|
|
<Key word="ctrlParent"/>
|
|
<Key word="ctrlParentControlsGroup"/>
|
|
<Key word="ctrlPosition"/>
|
|
<Key word="ctrlRemoveAllEventHandlers"/>
|
|
<Key word="ctrlRemoveEventHandler"/>
|
|
<Key word="ctrlScale"/>
|
|
<Key word="ctrlSetActiveColor"/>
|
|
<Key word="ctrlSetAutoScrollDelay"/>
|
|
<Key word="ctrlSetAutoScrollRewind"/>
|
|
<Key word="ctrlSetAutoScrollSpeed"/>
|
|
<Key word="ctrlSetBackgroundColor"/>
|
|
<Key word="ctrlSetChecked"/>
|
|
<Key word="ctrlSetEventHandler"/>
|
|
<Key word="ctrlSetFade"/>
|
|
<Key word="ctrlSetFocus"/>
|
|
<Key word="ctrlSetFont"/>
|
|
<Key word="ctrlSetFontH1"/>
|
|
<Key word="ctrlSetFontH1B"/>
|
|
<Key word="ctrlSetFontH2"/>
|
|
<Key word="ctrlSetFontH2B"/>
|
|
<Key word="ctrlSetFontH3"/>
|
|
<Key word="ctrlSetFontH3B"/>
|
|
<Key word="ctrlSetFontH4"/>
|
|
<Key word="ctrlSetFontH4B"/>
|
|
<Key word="ctrlSetFontH5"/>
|
|
<Key word="ctrlSetFontH5B"/>
|
|
<Key word="ctrlSetFontH6"/>
|
|
<Key word="ctrlSetFontH6B"/>
|
|
<Key word="ctrlSetFontHeight"/>
|
|
<Key word="ctrlSetFontHeightH1"/>
|
|
<Key word="ctrlSetFontHeightH2"/>
|
|
<Key word="ctrlSetFontHeightH3"/>
|
|
<Key word="ctrlSetFontHeightH4"/>
|
|
<Key word="ctrlSetFontHeightH5"/>
|
|
<Key word="ctrlSetFontHeightH6"/>
|
|
<Key word="ctrlSetFontP"/>
|
|
<Key word="ctrlSetFontPB"/>
|
|
<Key word="ctrlSetForegroundColor"/>
|
|
<Key word="ctrlSetModel"/>
|
|
<Key word="ctrlSetModelDirAndUp"/>
|
|
<Key word="ctrlSetModelScale"/>
|
|
<Key word="ctrlSetPosition"/>
|
|
<Key word="ctrlSetScale"/>
|
|
<Key word="ctrlSetStructuredText"/>
|
|
<Key word="ctrlSetText"/>
|
|
<Key word="ctrlSetTextColor"/>
|
|
<Key word="ctrlSetTooltip"/>
|
|
<Key word="ctrlSetTooltipColorBox"/>
|
|
<Key word="ctrlSetTooltipColorShade"/>
|
|
<Key word="ctrlSetTooltipColorText"/>
|
|
<Key word="ctrlShow"/>
|
|
<Key word="ctrlShown"/>
|
|
<Key word="ctrlText"/>
|
|
<Key word="ctrlTextHeight"/>
|
|
<Key word="ctrlType"/>
|
|
<Key word="ctrlVisible"/>
|
|
<Key word="curatorAddons"/>
|
|
<Key word="curatorCamera"/>
|
|
<Key word="curatorCameraArea"/>
|
|
<Key word="curatorCameraAreaCeiling"/>
|
|
<Key word="curatorCoef"/>
|
|
<Key word="curatorEditableObjects"/>
|
|
<Key word="curatorEditingArea"/>
|
|
<Key word="curatorEditingAreaType"/>
|
|
<Key word="curatorMouseOver"/>
|
|
<Key word="curatorPoints"/>
|
|
<Key word="curatorRegisteredObjects"/>
|
|
<Key word="curatorSelected"/>
|
|
<Key word="curatorWaypointCost"/>
|
|
<Key word="current3DENOperation"/>
|
|
<Key word="currentChannel"/>
|
|
<Key word="currentCommand"/>
|
|
<Key word="currentMagazine"/>
|
|
<Key word="currentMagazineDetail"/>
|
|
<Key word="currentMagazineDetailTurret"/>
|
|
<Key word="currentMagazineTurret"/>
|
|
<Key word="currentMuzzle"/>
|
|
<Key word="currentNamespace"/>
|
|
<Key word="currentTask"/>
|
|
<Key word="currentTasks"/>
|
|
<Key word="currentThrowable"/>
|
|
<Key word="currentVisionMode"/>
|
|
<Key word="currentWaypoint"/>
|
|
<Key word="currentWeapon"/>
|
|
<Key word="currentWeaponMode"/>
|
|
<Key word="currentWeaponTurret"/>
|
|
<Key word="currentZeroing"/>
|
|
<Key word="cursorObject"/>
|
|
<Key word="cursorTarget"/>
|
|
<Key word="customChat"/>
|
|
<Key word="customRadio"/>
|
|
<Key word="cutFadeOut"/>
|
|
<Key word="cutObj"/>
|
|
<Key word="cutRsc"/>
|
|
<Key word="cutText"/>
|
|
<Key word="damage"/>
|
|
<Key word="date"/>
|
|
<Key word="dateToNumber"/>
|
|
<Key word="daytime"/>
|
|
<Key word="deActivateKey"/>
|
|
<Key word="debriefingText"/>
|
|
<Key word="debugFSM"/>
|
|
<Key word="debugLog"/>
|
|
<Key word="default"/>
|
|
<Key word="deg"/>
|
|
<Key word="delete3DENEntities"/>
|
|
<Key word="deleteAt"/>
|
|
<Key word="deleteCenter"/>
|
|
<Key word="deleteCollection"/>
|
|
<Key word="deleteEditorObject"/>
|
|
<Key word="deleteGroup"/>
|
|
<Key word="deleteIdentity"/>
|
|
<Key word="deleteLocation"/>
|
|
<Key word="deleteMarker"/>
|
|
<Key word="deleteMarkerLocal"/>
|
|
<Key word="deleteRange"/>
|
|
<Key word="deleteResources"/>
|
|
<Key word="deleteSite"/>
|
|
<Key word="deleteStatus"/>
|
|
<Key word="deleteTeam"/>
|
|
<Key word="deleteVehicle"/>
|
|
<Key word="deleteVehicleCrew"/>
|
|
<Key word="deleteWaypoint"/>
|
|
<Key word="detach"/>
|
|
<Key word="detectedMines"/>
|
|
<Key word="diag_activeMissionFSMs"/>
|
|
<Key word="diag_activeSQFScripts"/>
|
|
<Key word="diag_activeSQSScripts"/>
|
|
<Key word="diag_captureFrame"/>
|
|
<Key word="diag_captureSlowFrame"/>
|
|
<Key word="diag_fps"/>
|
|
<Key word="diag_fpsMin"/>
|
|
<Key word="diag_frameNo"/>
|
|
<Key word="diag_log"/>
|
|
<Key word="diag_logSlowFrame"/>
|
|
<Key word="diag_tickTime"/>
|
|
<Key word="dialog"/>
|
|
<Key word="diarySubjectExists"/>
|
|
<Key word="didJIP"/>
|
|
<Key word="didJIPOwner"/>
|
|
<Key word="difficulty"/>
|
|
<Key word="difficultyEnabled"/>
|
|
<Key word="difficultyEnabledRTD"/>
|
|
<Key word="difficultyOption"/>
|
|
<Key word="directSay"/>
|
|
<Key word="direction"/>
|
|
<Key word="disableAI"/>
|
|
<Key word="disableCollisionWith"/>
|
|
<Key word="disableConversation"/>
|
|
<Key word="disableDebriefingStats"/>
|
|
<Key word="disableNVGEquipment"/>
|
|
<Key word="disableRemoteSensors"/>
|
|
<Key word="disableSerialization"/>
|
|
<Key word="disableTIEquipment"/>
|
|
<Key word="disableUAVConnectability"/>
|
|
<Key word="disableUserInput"/>
|
|
<Key word="displayAddEventHandler"/>
|
|
<Key word="displayCtrl"/>
|
|
<Key word="displayNull"/>
|
|
<Key word="displayParent"/>
|
|
<Key word="displayRemoveAllEventHandlers"/>
|
|
<Key word="displayRemoveEventHandler"/>
|
|
<Key word="displaySetEventHandler"/>
|
|
<Key word="dissolveTeam"/>
|
|
<Key word="distance"/>
|
|
<Key word="distance2D"/>
|
|
<Key word="distanceSqr"/>
|
|
<Key word="distributionRegion"/>
|
|
<Key word="do3DENAction"/>
|
|
<Key word="doArtilleryFire"/>
|
|
<Key word="doFSM"/>
|
|
<Key word="doFire"/>
|
|
<Key word="doFollow"/>
|
|
<Key word="doGetOut"/>
|
|
<Key word="doMove"/>
|
|
<Key word="doStop"/>
|
|
<Key word="doSuppressiveFire"/>
|
|
<Key word="doTarget"/>
|
|
<Key word="doWatch"/>
|
|
<Key word="doorPhase"/>
|
|
<Key word="drawArrow"/>
|
|
<Key word="drawEllipse"/>
|
|
<Key word="drawIcon"/>
|
|
<Key word="drawIcon3D"/>
|
|
<Key word="drawLine"/>
|
|
<Key word="drawLine3D"/>
|
|
<Key word="drawLink"/>
|
|
<Key word="drawLocation"/>
|
|
<Key word="drawPolygon"/>
|
|
<Key word="drawRectangle"/>
|
|
<Key word="driver"/>
|
|
<Key word="drop"/>
|
|
<Key word="echo"/>
|
|
<Key word="edit3DENMissionAttributes"/>
|
|
<Key word="editObject"/>
|
|
<Key word="editorSetEventHandler"/>
|
|
<Key word="effectiveCommander"/>
|
|
<Key word="emptyPositions"/>
|
|
<Key word="enableAI"/>
|
|
<Key word="enableAIFeature"/>
|
|
<Key word="enableAttack"/>
|
|
<Key word="enableCamShake"/>
|
|
<Key word="enableCaustics"/>
|
|
<Key word="enableChannel"/>
|
|
<Key word="enableCollisionWith"/>
|
|
<Key word="enableCopilot"/>
|
|
<Key word="enableDebriefingStats"/>
|
|
<Key word="enableDiagLegend"/>
|
|
<Key word="enableEndDialog"/>
|
|
<Key word="enableEngineArtillery"/>
|
|
<Key word="enableEnvironment"/>
|
|
<Key word="enableFatigue"/>
|
|
<Key word="enableGunLights"/>
|
|
<Key word="enableIRLasers"/>
|
|
<Key word="enableMimics"/>
|
|
<Key word="enablePersonTurret"/>
|
|
<Key word="enableRadio"/>
|
|
<Key word="enableReload"/>
|
|
<Key word="enableRopeAttach"/>
|
|
<Key word="enableSatNormalOnDetail"/>
|
|
<Key word="enableSaving"/>
|
|
<Key word="enableSentences"/>
|
|
<Key word="enableSimulation"/>
|
|
<Key word="enableSimulationGlobal"/>
|
|
<Key word="enableStamina"/>
|
|
<Key word="enableTeamSwitch"/>
|
|
<Key word="enableUAVConnectability"/>
|
|
<Key word="enableUAVWaypoints"/>
|
|
<Key word="endLoadingScreen"/>
|
|
<Key word="endMission"/>
|
|
<Key word="engineOn"/>
|
|
<Key word="enginesIsOnRTD"/>
|
|
<Key word="enginesRpmRTD"/>
|
|
<Key word="enginesTorqueRTD"/>
|
|
<Key word="entities"/>
|
|
<Key word="estimatedEndServerTime"/>
|
|
<Key word="estimatedTimeLeft"/>
|
|
<Key word="evalObjectArgument"/>
|
|
<Key word="everyBackpack"/>
|
|
<Key word="everyContainer"/>
|
|
<Key word="exec"/>
|
|
<Key word="execEditorScript"/>
|
|
<Key word="execFSM"/>
|
|
<Key word="execVM"/>
|
|
<Key word="exitWith"/>
|
|
<Key word="exp"/>
|
|
<Key word="expectedDestination"/>
|
|
<Key word="exportJIPMessages"/>
|
|
<Key word="eyeDirection"/>
|
|
<Key word="eyePos"/>
|
|
<Key word="face"/>
|
|
<Key word="faction"/>
|
|
<Key word="fadeMusic"/>
|
|
<Key word="fadeRadio"/>
|
|
<Key word="fadeSound"/>
|
|
<Key word="fadeSpeech"/>
|
|
<Key word="failMission"/>
|
|
<Key word="fillWeaponsFromPool"/>
|
|
<Key word="find"/>
|
|
<Key word="findCover"/>
|
|
<Key word="findDisplay"/>
|
|
<Key word="findEditorObject"/>
|
|
<Key word="findEmptyPosition"/>
|
|
<Key word="findEmptyPositionReady"/>
|
|
<Key word="findNearestEnemy"/>
|
|
<Key word="finishMissionInit"/>
|
|
<Key word="finite"/>
|
|
<Key word="fire"/>
|
|
<Key word="fireAtTarget"/>
|
|
<Key word="firstBackpack"/>
|
|
<Key word="flag"/>
|
|
<Key word="flagOwner"/>
|
|
<Key word="flagSide"/>
|
|
<Key word="flagTexture"/>
|
|
<Key word="fleeing"/>
|
|
<Key word="floor"/>
|
|
<Key word="flyInHeight"/>
|
|
<Key word="fog"/>
|
|
<Key word="fogForecast"/>
|
|
<Key word="fogParams"/>
|
|
<Key word="forEachMember"/>
|
|
<Key word="forEachMemberAgent"/>
|
|
<Key word="forEachMemberTeam"/>
|
|
<Key word="forceAddUniform"/>
|
|
<Key word="forceEnd"/>
|
|
<Key word="forceMap"/>
|
|
<Key word="forceRespawn"/>
|
|
<Key word="forceSpeed"/>
|
|
<Key word="forceWalk"/>
|
|
<Key word="forceWeaponFire"/>
|
|
<Key word="forceWeatherChange"/>
|
|
<Key word="forcedMap"/>
|
|
<Key word="formLeader"/>
|
|
<Key word="format"/>
|
|
<Key word="formatText"/>
|
|
<Key word="formation"/>
|
|
<Key word="formationDirection"/>
|
|
<Key word="formationLeader"/>
|
|
<Key word="formationMembers"/>
|
|
<Key word="formationPosition"/>
|
|
<Key word="formationTask"/>
|
|
<Key word="freeLook"/>
|
|
<Key word="fromEditor"/>
|
|
<Key word="fuel"/>
|
|
<Key word="fullCrew"/>
|
|
<Key word="gearSlotAmmoCount"/>
|
|
<Key word="gearSlotData"/>
|
|
<Key word="get3DENActionState"/>
|
|
<Key word="get3DENAttribute"/>
|
|
<Key word="get3DENCamera"/>
|
|
<Key word="get3DENConnections"/>
|
|
<Key word="get3DENEntity"/>
|
|
<Key word="get3DENEntityID"/>
|
|
<Key word="get3DENGrid"/>
|
|
<Key word="get3DENIconsVisible"/>
|
|
<Key word="get3DENLayerEntities"/>
|
|
<Key word="get3DENLinesVisible"/>
|
|
<Key word="get3DENMissionAttribute"/>
|
|
<Key word="get3DENMouseOver"/>
|
|
<Key word="get3DENSelected"/>
|
|
<Key word="getAllHitPointsDamage"/>
|
|
<Key word="getAllOwnedMines"/>
|
|
<Key word="getAmmoCargo"/>
|
|
<Key word="getAnimAimPrecision"/>
|
|
<Key word="getAnimSpeedCoef"/>
|
|
<Key word="getArray"/>
|
|
<Key word="getArtilleryAmmo"/>
|
|
<Key word="getArtilleryComputerSettings"/>
|
|
<Key word="getArtilleryETA"/>
|
|
<Key word="getAssignedCuratorLogic"/>
|
|
<Key word="getAssignedCuratorUnit"/>
|
|
<Key word="getBackpackCargo"/>
|
|
<Key word="getBleedingRemaining"/>
|
|
<Key word="getBurningValue"/>
|
|
<Key word="getCameraViewDirection"/>
|
|
<Key word="getCargoIndex"/>
|
|
<Key word="getCenterOfMass"/>
|
|
<Key word="getClientState"/>
|
|
<Key word="getClientStateNumber"/>
|
|
<Key word="getConnectedUAV"/>
|
|
<Key word="getDLCs"/>
|
|
<Key word="getDammage"/>
|
|
<Key word="getDescription"/>
|
|
<Key word="getDir"/>
|
|
<Key word="getDirVisual"/>
|
|
<Key word="getEditorCamera"/>
|
|
<Key word="getEditorMode"/>
|
|
<Key word="getEditorObjectScope"/>
|
|
<Key word="getElevationOffset"/>
|
|
<Key word="getFSMVariable"/>
|
|
<Key word="getFatigue"/>
|
|
<Key word="getFriend"/>
|
|
<Key word="getFuelCargo"/>
|
|
<Key word="getGroupIcon"/>
|
|
<Key word="getGroupIconParams"/>
|
|
<Key word="getGroupIcons"/>
|
|
<Key word="getHideFrom"/>
|
|
<Key word="getHit"/>
|
|
<Key word="getHitIndex"/>
|
|
<Key word="getHitPointDamage"/>
|
|
<Key word="getItemCargo"/>
|
|
<Key word="getMagazineCargo"/>
|
|
<Key word="getMarkerColor"/>
|
|
<Key word="getMarkerPos"/>
|
|
<Key word="getMarkerSize"/>
|
|
<Key word="getMarkerType"/>
|
|
<Key word="getMass"/>
|
|
<Key word="getMissionConfig"/>
|
|
<Key word="getMissionConfigValue"/>
|
|
<Key word="getModelInfo"/>
|
|
<Key word="getMousePosition"/>
|
|
<Key word="getNumber"/>
|
|
<Key word="getObjectArgument"/>
|
|
<Key word="getObjectChildren"/>
|
|
<Key word="getObjectDLC"/>
|
|
<Key word="getObjectMaterials"/>
|
|
<Key word="getObjectProxy"/>
|
|
<Key word="getObjectTextures"/>
|
|
<Key word="getObjectType"/>
|
|
<Key word="getObjectViewDistance"/>
|
|
<Key word="getOxygenRemaining"/>
|
|
<Key word="getPersonUsedDLCs"/>
|
|
<Key word="getPlayerChannel"/>
|
|
<Key word="getPlayerScores"/>
|
|
<Key word="getPlayerUID"/>
|
|
<Key word="getPos"/>
|
|
<Key word="getPosASL"/>
|
|
<Key word="getPosASLVisual"/>
|
|
<Key word="getPosASLW"/>
|
|
<Key word="getPosATL"/>
|
|
<Key word="getPosATLVisual"/>
|
|
<Key word="getPosVisual"/>
|
|
<Key word="getPosWorld"/>
|
|
<Key word="getRelDir"/>
|
|
<Key word="getRelPos"/>
|
|
<Key word="getRemoteSensorsDisabled"/>
|
|
<Key word="getRepairCargo"/>
|
|
<Key word="getResolution"/>
|
|
<Key word="getShadowDistance"/>
|
|
<Key word="getSlingLoad"/>
|
|
<Key word="getSpeed"/>
|
|
<Key word="getStamina"/>
|
|
<Key word="getSuppression"/>
|
|
<Key word="getTerrainGrid"/>
|
|
<Key word="getTerrainHeightASL"/>
|
|
<Key word="getText"/>
|
|
<Key word="getUnitLoadout"/>
|
|
<Key word="getUnitTrait"/>
|
|
<Key word="getVariable"/>
|
|
<Key word="getWPPos"/>
|
|
<Key word="getWeaponCargo"/>
|
|
<Key word="glanceAt"/>
|
|
<Key word="globalChat"/>
|
|
<Key word="globalRadio"/>
|
|
<Key word="goggles"/>
|
|
<Key word="group"/>
|
|
<Key word="groupChat"/>
|
|
<Key word="groupFromNetId"/>
|
|
<Key word="groupIconSelectable"/>
|
|
<Key word="groupIconsVisible"/>
|
|
<Key word="groupId"/>
|
|
<Key word="groupOwner"/>
|
|
<Key word="groupRadio"/>
|
|
<Key word="groupSelectUnit"/>
|
|
<Key word="groupSelectedUnits"/>
|
|
<Key word="grpNull"/>
|
|
<Key word="gunner"/>
|
|
<Key word="gusts"/>
|
|
<Key word="halt"/>
|
|
<Key word="handgunItems"/>
|
|
<Key word="handgunMagazine"/>
|
|
<Key word="handgunWeapon"/>
|
|
<Key word="handsHit"/>
|
|
<Key word="hasInterface"/>
|
|
<Key word="hasWeapon"/>
|
|
<Key word="hcAllGroups"/>
|
|
<Key word="hcGroupParams"/>
|
|
<Key word="hcLeader"/>
|
|
<Key word="hcRemoveAllGroups"/>
|
|
<Key word="hcRemoveGroup"/>
|
|
<Key word="hcSelectGroup"/>
|
|
<Key word="hcSelected"/>
|
|
<Key word="hcSetGroup"/>
|
|
<Key word="hcShowBar"/>
|
|
<Key word="hcShownBar"/>
|
|
<Key word="headgear"/>
|
|
<Key word="hideBody"/>
|
|
<Key word="hideObject"/>
|
|
<Key word="hideObjectGlobal"/>
|
|
<Key word="hideSelection"/>
|
|
<Key word="hint"/>
|
|
<Key word="hintC"/>
|
|
<Key word="hintCadet"/>
|
|
<Key word="hintSilent"/>
|
|
<Key word="hmd"/>
|
|
<Key word="hostMission"/>
|
|
<Key word="htmlLoad"/>
|
|
<Key word="humidity"/>
|
|
<Key word="image"/>
|
|
<Key word="importAllGroups"/>
|
|
<Key word="importance"/>
|
|
<Key word="inArea"/>
|
|
<Key word="inGameUISetEventHandler"/>
|
|
<Key word="inPolygon"/>
|
|
<Key word="inRangeOfArtillery"/>
|
|
<Key word="incapacitatedState"/>
|
|
<Key word="inflame"/>
|
|
<Key word="inflamed"/>
|
|
<Key word="inheritsFrom"/>
|
|
<Key word="initAmbientLife"/>
|
|
<Key word="inputAction"/>
|
|
<Key word="insertEditorObject"/>
|
|
<Key word="intersect"/>
|
|
<Key word="is3DEN"/>
|
|
<Key word="is3DENMultiplayer"/>
|
|
<Key word="isAbleToBreathe"/>
|
|
<Key word="isAgent"/>
|
|
<Key word="isArray"/>
|
|
<Key word="isAutoHoverOn"/>
|
|
<Key word="isAutonomous"/>
|
|
<Key word="isAutotest"/>
|
|
<Key word="isBleeding"/>
|
|
<Key word="isBurning"/>
|
|
<Key word="isClass"/>
|
|
<Key word="isCollisionLightOn"/>
|
|
<Key word="isCopilotEnabled"/>
|
|
<Key word="isDLCAvailable"/>
|
|
<Key word="isDedicated"/>
|
|
<Key word="isEngineOn"/>
|
|
<Key word="isEqualTo"/>
|
|
<Key word="isEqualType"/>
|
|
<Key word="isEqualTypeAll"/>
|
|
<Key word="isEqualTypeAny"/>
|
|
<Key word="isEqualTypeArray"/>
|
|
<Key word="isEqualTypeParams"/>
|
|
<Key word="isFilePatchingEnabled"/>
|
|
<Key word="isFlashlightOn"/>
|
|
<Key word="isFlatEmpty"/>
|
|
<Key word="isForcedWalk"/>
|
|
<Key word="isFormationLeader"/>
|
|
<Key word="isHidden"/>
|
|
<Key word="isIRLaserOn"/>
|
|
<Key word="isInRemainsCollector"/>
|
|
<Key word="isInstructorFigureEnabled"/>
|
|
<Key word="isKeyActive"/>
|
|
<Key word="isKindOf"/>
|
|
<Key word="isLightOn"/>
|
|
<Key word="isLocalized"/>
|
|
<Key word="isManualFire"/>
|
|
<Key word="isMarkedForCollection"/>
|
|
<Key word="isMultiplayer"/>
|
|
<Key word="isNil"/>
|
|
<Key word="isNull"/>
|
|
<Key word="isNumber"/>
|
|
<Key word="isObjectHidden"/>
|
|
<Key word="isObjectRTD"/>
|
|
<Key word="isOnRoad"/>
|
|
<Key word="isPipEnabled"/>
|
|
<Key word="isPlayer"/>
|
|
<Key word="isRealTime"/>
|
|
<Key word="isServer"/>
|
|
<Key word="isShowing3DIcons"/>
|
|
<Key word="isSprintAllowed"/>
|
|
<Key word="isStaminaEnabled"/>
|
|
<Key word="isSteamMission"/>
|
|
<Key word="isStreamFriendlyUIEnabled"/>
|
|
<Key word="isText"/>
|
|
<Key word="isTouchingGround"/>
|
|
<Key word="isTurnedOut"/>
|
|
<Key word="isTutHintsEnabled"/>
|
|
<Key word="isUAVConnectable"/>
|
|
<Key word="isUAVConnected"/>
|
|
<Key word="isUniformAllowed"/>
|
|
<Key word="isWalking"/>
|
|
<Key word="isWeaponDeployed"/>
|
|
<Key word="isWeaponRested"/>
|
|
<Key word="itemCargo"/>
|
|
<Key word="items"/>
|
|
<Key word="itemsWithMagazines"/>
|
|
<Key word="join"/>
|
|
<Key word="joinAs"/>
|
|
<Key word="joinAsSilent"/>
|
|
<Key word="joinSilent"/>
|
|
<Key word="joinString"/>
|
|
<Key word="kbAddDatabase"/>
|
|
<Key word="kbAddDatabaseTargets"/>
|
|
<Key word="kbAddTopic"/>
|
|
<Key word="kbHasTopic"/>
|
|
<Key word="kbReact"/>
|
|
<Key word="kbRemoveTopic"/>
|
|
<Key word="kbTell"/>
|
|
<Key word="kbWasSaid"/>
|
|
<Key word="keyImage"/>
|
|
<Key word="keyName"/>
|
|
<Key word="knowsAbout"/>
|
|
<Key word="land"/>
|
|
<Key word="landAt"/>
|
|
<Key word="landResult"/>
|
|
<Key word="language"/>
|
|
<Key word="laserTarget"/>
|
|
<Key word="lbAdd"/>
|
|
<Key word="lbClear"/>
|
|
<Key word="lbColor"/>
|
|
<Key word="lbCurSel"/>
|
|
<Key word="lbData"/>
|
|
<Key word="lbDelete"/>
|
|
<Key word="lbIsSelected"/>
|
|
<Key word="lbPicture"/>
|
|
<Key word="lbSelection"/>
|
|
<Key word="lbSetColor"/>
|
|
<Key word="lbSetCurSel"/>
|
|
<Key word="lbSetData"/>
|
|
<Key word="lbSetPicture"/>
|
|
<Key word="lbSetPictureColor"/>
|
|
<Key word="lbSetPictureColorDisabled"/>
|
|
<Key word="lbSetPictureColorSelected"/>
|
|
<Key word="lbSetSelectColor"/>
|
|
<Key word="lbSetSelectColorRight"/>
|
|
<Key word="lbSetSelected"/>
|
|
<Key word="lbSetTooltip"/>
|
|
<Key word="lbSetValue"/>
|
|
<Key word="lbSize"/>
|
|
<Key word="lbSort"/>
|
|
<Key word="lbSortByValue"/>
|
|
<Key word="lbText"/>
|
|
<Key word="lbValue"/>
|
|
<Key word="leader"/>
|
|
<Key word="leaderboardDeInit"/>
|
|
<Key word="leaderboardGetRows"/>
|
|
<Key word="leaderboardInit"/>
|
|
<Key word="leaderboardRequestRowsFriends"/>
|
|
<Key word="leaveVehicle"/>
|
|
<Key word="libraryCredits"/>
|
|
<Key word="libraryDisclaimers"/>
|
|
<Key word="lifeState"/>
|
|
<Key word="lightAttachObject"/>
|
|
<Key word="lightDetachObject"/>
|
|
<Key word="lightIsOn"/>
|
|
<Key word="lightnings"/>
|
|
<Key word="limitSpeed"/>
|
|
<Key word="lineBreak"/>
|
|
<Key word="lineIntersects"/>
|
|
<Key word="lineIntersectsObjs"/>
|
|
<Key word="lineIntersectsSurfaces"/>
|
|
<Key word="lineIntersectsWith"/>
|
|
<Key word="linearConversion"/>
|
|
<Key word="linkItem"/>
|
|
<Key word="list"/>
|
|
<Key word="listObjects"/>
|
|
<Key word="ln"/>
|
|
<Key word="lnbAddArray"/>
|
|
<Key word="lnbAddColumn"/>
|
|
<Key word="lnbAddRow"/>
|
|
<Key word="lnbClear"/>
|
|
<Key word="lnbColor"/>
|
|
<Key word="lnbCurSelRow"/>
|
|
<Key word="lnbData"/>
|
|
<Key word="lnbDeleteColumn"/>
|
|
<Key word="lnbDeleteRow"/>
|
|
<Key word="lnbGetColumnsPosition"/>
|
|
<Key word="lnbPicture"/>
|
|
<Key word="lnbSetColor"/>
|
|
<Key word="lnbSetColumnsPos"/>
|
|
<Key word="lnbSetCurSelRow"/>
|
|
<Key word="lnbSetData"/>
|
|
<Key word="lnbSetPicture"/>
|
|
<Key word="lnbSetText"/>
|
|
<Key word="lnbSetValue"/>
|
|
<Key word="lnbSize"/>
|
|
<Key word="lnbText"/>
|
|
<Key word="lnbValue"/>
|
|
<Key word="load"/>
|
|
<Key word="loadAbs"/>
|
|
<Key word="loadBackpack"/>
|
|
<Key word="loadFile"/>
|
|
<Key word="loadGame"/>
|
|
<Key word="loadIdentity"/>
|
|
<Key word="loadMagazine"/>
|
|
<Key word="loadOverlay"/>
|
|
<Key word="loadStatus"/>
|
|
<Key word="loadUniform"/>
|
|
<Key word="loadVest"/>
|
|
<Key word="local"/>
|
|
<Key word="localize"/>
|
|
<Key word="locationNull"/>
|
|
<Key word="locationPosition"/>
|
|
<Key word="lock"/>
|
|
<Key word="lockCameraTo"/>
|
|
<Key word="lockCargo"/>
|
|
<Key word="lockDriver"/>
|
|
<Key word="lockIdentity"/>
|
|
<Key word="lockTurret"/>
|
|
<Key word="lockWP"/>
|
|
<Key word="locked"/>
|
|
<Key word="lockedCargo"/>
|
|
<Key word="lockedDriver"/>
|
|
<Key word="lockedTurret"/>
|
|
<Key word="log"/>
|
|
<Key word="logEntities"/>
|
|
<Key word="logNetwork"/>
|
|
<Key word="logNetworkTerminate"/>
|
|
<Key word="lookAt"/>
|
|
<Key word="lookAtPos"/>
|
|
<Key word="magazineCargo"/>
|
|
<Key word="magazineTurretAmmo"/>
|
|
<Key word="magazines"/>
|
|
<Key word="magazinesAllTurrets"/>
|
|
<Key word="magazinesAmmo"/>
|
|
<Key word="magazinesAmmoCargo"/>
|
|
<Key word="magazinesAmmoFull"/>
|
|
<Key word="magazinesDetail"/>
|
|
<Key word="magazinesDetailBackpack"/>
|
|
<Key word="magazinesDetailUniform"/>
|
|
<Key word="magazinesDetailVest"/>
|
|
<Key word="magazinesTurret"/>
|
|
<Key word="mapAnimAdd"/>
|
|
<Key word="mapAnimClear"/>
|
|
<Key word="mapAnimCommit"/>
|
|
<Key word="mapAnimDone"/>
|
|
<Key word="mapCenterOnCamera"/>
|
|
<Key word="mapGridPosition"/>
|
|
<Key word="markAsFinishedOnSteam"/>
|
|
<Key word="markerAlpha"/>
|
|
<Key word="markerBrush"/>
|
|
<Key word="markerColor"/>
|
|
<Key word="markerDir"/>
|
|
<Key word="markerPos"/>
|
|
<Key word="markerShape"/>
|
|
<Key word="markerSize"/>
|
|
<Key word="markerText"/>
|
|
<Key word="markerType"/>
|
|
<Key word="max"/>
|
|
<Key word="members"/>
|
|
<Key word="min"/>
|
|
<Key word="mineActive"/>
|
|
<Key word="mineDetectedBy"/>
|
|
<Key word="missionConfigFile"/>
|
|
<Key word="missionName"/>
|
|
<Key word="missionNamespace"/>
|
|
<Key word="missionStart"/>
|
|
<Key word="missionVersion"/>
|
|
<Key word="mod"/>
|
|
<Key word="modelToWorld"/>
|
|
<Key word="modelToWorldVisual"/>
|
|
<Key word="moonIntensity"/>
|
|
<Key word="moonPhase"/>
|
|
<Key word="morale"/>
|
|
<Key word="move"/>
|
|
<Key word="move3DENCamera"/>
|
|
<Key word="moveInAny"/>
|
|
<Key word="moveInCargo"/>
|
|
<Key word="moveInCommander"/>
|
|
<Key word="moveInDriver"/>
|
|
<Key word="moveInGunner"/>
|
|
<Key word="moveInTurret"/>
|
|
<Key word="moveObjectToEnd"/>
|
|
<Key word="moveOut"/>
|
|
<Key word="moveTime"/>
|
|
<Key word="moveTo"/>
|
|
<Key word="moveToCompleted"/>
|
|
<Key word="moveToFailed"/>
|
|
<Key word="musicVolume"/>
|
|
<Key word="nMenuItems"/>
|
|
<Key word="name"/>
|
|
<Key word="nameSound"/>
|
|
<Key word="name_location"/>
|
|
<Key word="nearEntities"/>
|
|
<Key word="nearObjects"/>
|
|
<Key word="nearObjectsReady"/>
|
|
<Key word="nearRoads"/>
|
|
<Key word="nearSupplies"/>
|
|
<Key word="nearTargets"/>
|
|
<Key word="nearestBuilding"/>
|
|
<Key word="nearestLocation"/>
|
|
<Key word="nearestLocationWithDubbing"/>
|
|
<Key word="nearestLocations"/>
|
|
<Key word="nearestObject"/>
|
|
<Key word="nearestObjects"/>
|
|
<Key word="nearestTerrainObjects"/>
|
|
<Key word="needReload"/>
|
|
<Key word="netId"/>
|
|
<Key word="netObjNull"/>
|
|
<Key word="newOverlay"/>
|
|
<Key word="nextMenuItemIndex"/>
|
|
<Key word="nextWeatherChange"/>
|
|
<Key word="nil"/>
|
|
<Key word="numberToDate"/>
|
|
<Key word="objNull"/>
|
|
<Key word="objStatus"/>
|
|
<Key word="objectCurators"/>
|
|
<Key word="objectFromNetId"/>
|
|
<Key word="objectParent"/>
|
|
<Key word="onBriefingGroup"/>
|
|
<Key word="onBriefingNotes"/>
|
|
<Key word="onBriefingPlan"/>
|
|
<Key word="onBriefingTeamSwitch"/>
|
|
<Key word="onCommandModeChanged"/>
|
|
<Key word="onDoubleClick"/>
|
|
<Key word="onEachFrame"/>
|
|
<Key word="onGroupIconClick"/>
|
|
<Key word="onGroupIconOverEnter"/>
|
|
<Key word="onGroupIconOverLeave"/>
|
|
<Key word="onHCGroupSelectionChanged"/>
|
|
<Key word="onMapSingleClick"/>
|
|
<Key word="onPlayerConnected"/>
|
|
<Key word="onPlayerDisconnected"/>
|
|
<Key word="onPreloadFinished"/>
|
|
<Key word="onPreloadStarted"/>
|
|
<Key word="onShowNewObject"/>
|
|
<Key word="onTeamSwitch"/>
|
|
<Key word="openCuratorInterface"/>
|
|
<Key word="openMap"/>
|
|
<Key word="openYoutubeVideo"/>
|
|
<Key word="orderGetIn"/>
|
|
<Key word="overcast"/>
|
|
<Key word="overcastForecast"/>
|
|
<Key word="owner"/>
|
|
<Key word="param"/>
|
|
<Key word="params"/>
|
|
<Key word="parseNumber"/>
|
|
<Key word="parseText"/>
|
|
<Key word="parsingNamespace"/>
|
|
<Key word="particlesQuality"/>
|
|
<Key word="pi"/>
|
|
<Key word="pickWeaponPool"/>
|
|
<Key word="pitch"/>
|
|
<Key word="pixelGrid"/>
|
|
<Key word="pixelGridBase"/>
|
|
<Key word="pixelGridNoUIScale"/>
|
|
<Key word="pixelH"/>
|
|
<Key word="pixelW"/>
|
|
<Key word="playAction"/>
|
|
<Key word="playActionNow"/>
|
|
<Key word="playGesture"/>
|
|
<Key word="playMission"/>
|
|
<Key word="playMove"/>
|
|
<Key word="playMoveNow"/>
|
|
<Key word="playMusic"/>
|
|
<Key word="playScriptedMission"/>
|
|
<Key word="playSound"/>
|
|
<Key word="playSound3D"/>
|
|
<Key word="playableSlotsNumber"/>
|
|
<Key word="playableUnits"/>
|
|
<Key word="player"/>
|
|
<Key word="playerRespawnTime"/>
|
|
<Key word="playerSide"/>
|
|
<Key word="playersNumber"/>
|
|
<Key word="posScreenToWorld"/>
|
|
<Key word="posWorldToScreen"/>
|
|
<Key word="position"/>
|
|
<Key word="positionCameraToWorld"/>
|
|
<Key word="ppEffectAdjust"/>
|
|
<Key word="ppEffectCommit"/>
|
|
<Key word="ppEffectCommitted"/>
|
|
<Key word="ppEffectCreate"/>
|
|
<Key word="ppEffectDestroy"/>
|
|
<Key word="ppEffectEnable"/>
|
|
<Key word="ppEffectEnabled"/>
|
|
<Key word="ppEffectForceInNVG"/>
|
|
<Key word="precision"/>
|
|
<Key word="preloadCamera"/>
|
|
<Key word="preloadObject"/>
|
|
<Key word="preloadSound"/>
|
|
<Key word="preloadTitleObj"/>
|
|
<Key word="preloadTitleRsc"/>
|
|
<Key word="preprocessFile"/>
|
|
<Key word="preprocessFileLineNumbers"/>
|
|
<Key word="primaryWeapon"/>
|
|
<Key word="primaryWeaponItems"/>
|
|
<Key word="primaryWeaponMagazine"/>
|
|
<Key word="priority"/>
|
|
<Key word="private"/>
|
|
<Key word="processDiaryLink"/>
|
|
<Key word="productVersion"/>
|
|
<Key word="profileName"/>
|
|
<Key word="profileNameSteam"/>
|
|
<Key word="profileNamespace"/>
|
|
<Key word="progressLoadingScreen"/>
|
|
<Key word="progressPosition"/>
|
|
<Key word="progressSetPosition"/>
|
|
<Key word="publicVariable"/>
|
|
<Key word="publicVariableClient"/>
|
|
<Key word="publicVariableServer"/>
|
|
<Key word="pushBack"/>
|
|
<Key word="pushBackUnique"/>
|
|
<Key word="putWeaponPool"/>
|
|
<Key word="queryItemsPool"/>
|
|
<Key word="queryMagazinePool"/>
|
|
<Key word="queryWeaponPool"/>
|
|
<Key word="rad"/>
|
|
<Key word="radioChannelAdd"/>
|
|
<Key word="radioChannelCreate"/>
|
|
<Key word="radioChannelRemove"/>
|
|
<Key word="radioChannelSetCallSign"/>
|
|
<Key word="radioChannelSetLabel"/>
|
|
<Key word="radioVolume"/>
|
|
<Key word="rain"/>
|
|
<Key word="rainbow"/>
|
|
<Key word="random"/>
|
|
<Key word="rank"/>
|
|
<Key word="rankId"/>
|
|
<Key word="rating"/>
|
|
<Key word="rectangular"/>
|
|
<Key word="registerTask"/>
|
|
<Key word="registeredTasks"/>
|
|
<Key word="reload"/>
|
|
<Key word="reloadEnabled"/>
|
|
<Key word="remoteControl"/>
|
|
<Key word="remoteExec"/>
|
|
<Key word="remoteExecCall"/>
|
|
<Key word="remove3DENConnection"/>
|
|
<Key word="remove3DENEventHandler"/>
|
|
<Key word="remove3DENLayer"/>
|
|
<Key word="removeAction"/>
|
|
<Key word="removeAll3DENEventHandlers"/>
|
|
<Key word="removeAllActions"/>
|
|
<Key word="removeAllAssignedItems"/>
|
|
<Key word="removeAllContainers"/>
|
|
<Key word="removeAllCuratorAddons"/>
|
|
<Key word="removeAllCuratorCameraAreas"/>
|
|
<Key word="removeAllCuratorEditingAreas"/>
|
|
<Key word="removeAllEventHandlers"/>
|
|
<Key word="removeAllHandgunItems"/>
|
|
<Key word="removeAllItems"/>
|
|
<Key word="removeAllItemsWithMagazines"/>
|
|
<Key word="removeAllMPEventHandlers"/>
|
|
<Key word="removeAllMissionEventHandlers"/>
|
|
<Key word="removeAllMusicEventHandlers"/>
|
|
<Key word="removeAllOwnedMines"/>
|
|
<Key word="removeAllPrimaryWeaponItems"/>
|
|
<Key word="removeAllWeapons"/>
|
|
<Key word="removeBackpack"/>
|
|
<Key word="removeBackpackGlobal"/>
|
|
<Key word="removeCuratorAddons"/>
|
|
<Key word="removeCuratorCameraArea"/>
|
|
<Key word="removeCuratorEditableObjects"/>
|
|
<Key word="removeCuratorEditingArea"/>
|
|
<Key word="removeDrawIcon"/>
|
|
<Key word="removeDrawLinks"/>
|
|
<Key word="removeEventHandler"/>
|
|
<Key word="removeFromRemainsCollector"/>
|
|
<Key word="removeGoggles"/>
|
|
<Key word="removeGroupIcon"/>
|
|
<Key word="removeHandgunItem"/>
|
|
<Key word="removeHeadgear"/>
|
|
<Key word="removeItem"/>
|
|
<Key word="removeItemFromBackpack"/>
|
|
<Key word="removeItemFromUniform"/>
|
|
<Key word="removeItemFromVest"/>
|
|
<Key word="removeItems"/>
|
|
<Key word="removeMPEventHandler"/>
|
|
<Key word="removeMagazine"/>
|
|
<Key word="removeMagazineGlobal"/>
|
|
<Key word="removeMagazineTurret"/>
|
|
<Key word="removeMagazines"/>
|
|
<Key word="removeMagazinesTurret"/>
|
|
<Key word="removeMenuItem"/>
|
|
<Key word="removeMissionEventHandler"/>
|
|
<Key word="removeMusicEventHandler"/>
|
|
<Key word="removeOwnedMine"/>
|
|
<Key word="removePrimaryWeaponItem"/>
|
|
<Key word="removeSecondaryWeaponItem"/>
|
|
<Key word="removeSimpleTask"/>
|
|
<Key word="removeSwitchableUnit"/>
|
|
<Key word="removeTeamMember"/>
|
|
<Key word="removeUniform"/>
|
|
<Key word="removeVest"/>
|
|
<Key word="removeWeapon"/>
|
|
<Key word="removeWeaponGlobal"/>
|
|
<Key word="removeWeaponTurret"/>
|
|
<Key word="requiredVersion"/>
|
|
<Key word="resetCamShake"/>
|
|
<Key word="resetSubgroupDirection"/>
|
|
<Key word="resize"/>
|
|
<Key word="resources"/>
|
|
<Key word="respawnVehicle"/>
|
|
<Key word="restartEditorCamera"/>
|
|
<Key word="reveal"/>
|
|
<Key word="revealMine"/>
|
|
<Key word="reverse"/>
|
|
<Key word="reversedMouseY"/>
|
|
<Key word="roadAt"/>
|
|
<Key word="roadsConnectedTo"/>
|
|
<Key word="roleDescription"/>
|
|
<Key word="ropeAttachEnabled"/>
|
|
<Key word="ropeAttachTo"/>
|
|
<Key word="ropeAttachedObjects"/>
|
|
<Key word="ropeAttachedTo"/>
|
|
<Key word="ropeCreate"/>
|
|
<Key word="ropeCut"/>
|
|
<Key word="ropeDestroy"/>
|
|
<Key word="ropeDetach"/>
|
|
<Key word="ropeEndPosition"/>
|
|
<Key word="ropeLength"/>
|
|
<Key word="ropeUnwind"/>
|
|
<Key word="ropeUnwound"/>
|
|
<Key word="ropes"/>
|
|
<Key word="rotorsForcesRTD"/>
|
|
<Key word="rotorsRpmRTD"/>
|
|
<Key word="round"/>
|
|
<Key word="runInitScript"/>
|
|
<Key word="safeZoneH"/>
|
|
<Key word="safeZoneW"/>
|
|
<Key word="safeZoneWAbs"/>
|
|
<Key word="safeZoneX"/>
|
|
<Key word="safeZoneXAbs"/>
|
|
<Key word="safeZoneY"/>
|
|
<Key word="saveGame"/>
|
|
<Key word="saveIdentity"/>
|
|
<Key word="saveJoysticks"/>
|
|
<Key word="saveOverlay"/>
|
|
<Key word="saveProfileNamespace"/>
|
|
<Key word="saveStatus"/>
|
|
<Key word="saveVar"/>
|
|
<Key word="savingEnabled"/>
|
|
<Key word="say"/>
|
|
<Key word="say2D"/>
|
|
<Key word="say3D"/>
|
|
<Key word="scopeName"/>
|
|
<Key word="score"/>
|
|
<Key word="scoreSide"/>
|
|
<Key word="screenToWorld"/>
|
|
<Key word="scriptDone"/>
|
|
<Key word="scriptName"/>
|
|
<Key word="scriptNull"/>
|
|
<Key word="scudState"/>
|
|
<Key word="secondaryWeapon"/>
|
|
<Key word="secondaryWeaponItems"/>
|
|
<Key word="secondaryWeaponMagazine"/>
|
|
<Key word="select"/>
|
|
<Key word="selectBestPlaces"/>
|
|
<Key word="selectDiarySubject"/>
|
|
<Key word="selectEditorObject"/>
|
|
<Key word="selectLeader"/>
|
|
<Key word="selectNoPlayer"/>
|
|
<Key word="selectPlayer"/>
|
|
<Key word="selectRandom"/>
|
|
<Key word="selectWeapon"/>
|
|
<Key word="selectWeaponTurret"/>
|
|
<Key word="selectedEditorObjects"/>
|
|
<Key word="selectionNames"/>
|
|
<Key word="selectionPosition"/>
|
|
<Key word="sendAUMessage"/>
|
|
<Key word="sendSimpleCommand"/>
|
|
<Key word="sendTask"/>
|
|
<Key word="sendTaskResult"/>
|
|
<Key word="sendUDPMessage"/>
|
|
<Key word="serverCommand"/>
|
|
<Key word="serverCommandAvailable"/>
|
|
<Key word="serverCommandExecutable"/>
|
|
<Key word="serverName"/>
|
|
<Key word="serverTime"/>
|
|
<Key word="set"/>
|
|
<Key word="set3DENAttribute"/>
|
|
<Key word="set3DENAttributes"/>
|
|
<Key word="set3DENGrid"/>
|
|
<Key word="set3DENIconsVisible"/>
|
|
<Key word="set3DENLayer"/>
|
|
<Key word="set3DENLinesVisible"/>
|
|
<Key word="set3DENMissionAttributes"/>
|
|
<Key word="set3DENObjectType"/>
|
|
<Key word="setAccTime"/>
|
|
<Key word="setAirportSide"/>
|
|
<Key word="setAmmo"/>
|
|
<Key word="setAmmoCargo"/>
|
|
<Key word="setAnimSpeedCoef"/>
|
|
<Key word="setAperture"/>
|
|
<Key word="setApertureNew"/>
|
|
<Key word="setArmoryPoints"/>
|
|
<Key word="setAttributes"/>
|
|
<Key word="setAutonomous"/>
|
|
<Key word="setBehaviour"/>
|
|
<Key word="setBleedingRemaining"/>
|
|
<Key word="setCamShakeDefParams"/>
|
|
<Key word="setCamShakeParams"/>
|
|
<Key word="setCamUseTi"/>
|
|
<Key word="setCameraInterest"/>
|
|
<Key word="setCaptive"/>
|
|
<Key word="setCenterOfMass"/>
|
|
<Key word="setCollisionLight"/>
|
|
<Key word="setCombatMode"/>
|
|
<Key word="setCompassOscillation"/>
|
|
<Key word="setCuratorCameraAreaCeiling"/>
|
|
<Key word="setCuratorCoef"/>
|
|
<Key word="setCuratorEditingAreaType"/>
|
|
<Key word="setCuratorWaypointCost"/>
|
|
<Key word="setCurrentChannel"/>
|
|
<Key word="setCurrentTask"/>
|
|
<Key word="setCurrentWaypoint"/>
|
|
<Key word="setCustomAimCoef"/>
|
|
<Key word="setDamage"/>
|
|
<Key word="setDammage"/>
|
|
<Key word="setDate"/>
|
|
<Key word="setDebriefingText"/>
|
|
<Key word="setDefaultCamera"/>
|
|
<Key word="setDestination"/>
|
|
<Key word="setDetailMapBlendPars"/>
|
|
<Key word="setDir"/>
|
|
<Key word="setDirection"/>
|
|
<Key word="setDrawIcon"/>
|
|
<Key word="setDropInterval"/>
|
|
<Key word="setEditorMode"/>
|
|
<Key word="setEditorObjectScope"/>
|
|
<Key word="setEffectCondition"/>
|
|
<Key word="setFSMVariable"/>
|
|
<Key word="setFace"/>
|
|
<Key word="setFaceAnimation"/>
|
|
<Key word="setFatigue"/>
|
|
<Key word="setFlagOwner"/>
|
|
<Key word="setFlagSide"/>
|
|
<Key word="setFlagTexture"/>
|
|
<Key word="setFog"/>
|
|
<Key word="setFog_array"/>
|
|
<Key word="setFormDir"/>
|
|
<Key word="setFormation"/>
|
|
<Key word="setFormationTask"/>
|
|
<Key word="setFriend"/>
|
|
<Key word="setFromEditor"/>
|
|
<Key word="setFuel"/>
|
|
<Key word="setFuelCargo"/>
|
|
<Key word="setGroupIcon"/>
|
|
<Key word="setGroupIconParams"/>
|
|
<Key word="setGroupIconsSelectable"/>
|
|
<Key word="setGroupIconsVisible"/>
|
|
<Key word="setGroupId"/>
|
|
<Key word="setGroupIdGlobal"/>
|
|
<Key word="setGroupOwner"/>
|
|
<Key word="setGusts"/>
|
|
<Key word="setHUDMovementLevels"/>
|
|
<Key word="setHideBehind"/>
|
|
<Key word="setHit"/>
|
|
<Key word="setHitIndex"/>
|
|
<Key word="setHitPointDamage"/>
|
|
<Key word="setHorizonParallaxCoef"/>
|
|
<Key word="setIdentity"/>
|
|
<Key word="setImportance"/>
|
|
<Key word="setLeader"/>
|
|
<Key word="setLightAmbient"/>
|
|
<Key word="setLightAttenuation"/>
|
|
<Key word="setLightBrightness"/>
|
|
<Key word="setLightColor"/>
|
|
<Key word="setLightDayLight"/>
|
|
<Key word="setLightFlareMaxDistance"/>
|
|
<Key word="setLightFlareSize"/>
|
|
<Key word="setLightIntensity"/>
|
|
<Key word="setLightUseFlare"/>
|
|
<Key word="setLightnings"/>
|
|
<Key word="setLocalWindParams"/>
|
|
<Key word="setMagazineTurretAmmo"/>
|
|
<Key word="setMarkerAlpha"/>
|
|
<Key word="setMarkerAlphaLocal"/>
|
|
<Key word="setMarkerBrush"/>
|
|
<Key word="setMarkerBrushLocal"/>
|
|
<Key word="setMarkerColor"/>
|
|
<Key word="setMarkerColorLocal"/>
|
|
<Key word="setMarkerDir"/>
|
|
<Key word="setMarkerDirLocal"/>
|
|
<Key word="setMarkerPos"/>
|
|
<Key word="setMarkerPosLocal"/>
|
|
<Key word="setMarkerShape"/>
|
|
<Key word="setMarkerShapeLocal"/>
|
|
<Key word="setMarkerSize"/>
|
|
<Key word="setMarkerSizeLocal"/>
|
|
<Key word="setMarkerText"/>
|
|
<Key word="setMarkerTextLocal"/>
|
|
<Key word="setMarkerType"/>
|
|
<Key word="setMarkerTypeLocal"/>
|
|
<Key word="setMass"/>
|
|
<Key word="setMimic"/>
|
|
<Key word="setMousePosition"/>
|
|
<Key word="setMusicEffect"/>
|
|
<Key word="setMusicEventHandler"/>
|
|
<Key word="setName"/>
|
|
<Key word="setNameSound"/>
|
|
<Key word="setObjectArguments"/>
|
|
<Key word="setObjectMaterial"/>
|
|
<Key word="setObjectMaterialGlobal"/>
|
|
<Key word="setObjectProxy"/>
|
|
<Key word="setObjectTexture"/>
|
|
<Key word="setObjectTextureGlobal"/>
|
|
<Key word="setObjectViewDistance"/>
|
|
<Key word="setOvercast"/>
|
|
<Key word="setOwner"/>
|
|
<Key word="setOxygenRemaining"/>
|
|
<Key word="setParticleCircle"/>
|
|
<Key word="setParticleClass"/>
|
|
<Key word="setParticleFire"/>
|
|
<Key word="setParticleParams"/>
|
|
<Key word="setParticleRandom"/>
|
|
<Key word="setPiPEffect"/>
|
|
<Key word="setPilotLight"/>
|
|
<Key word="setPitch"/>
|
|
<Key word="setPlayable"/>
|
|
<Key word="setPlayerRespawnTime"/>
|
|
<Key word="setPos"/>
|
|
<Key word="setPosASL"/>
|
|
<Key word="setPosASL2"/>
|
|
<Key word="setPosASLW"/>
|
|
<Key word="setPosATL"/>
|
|
<Key word="setPosWorld"/>
|
|
<Key word="setPosition"/>
|
|
<Key word="setRadioMsg"/>
|
|
<Key word="setRain"/>
|
|
<Key word="setRainbow"/>
|
|
<Key word="setRandomLip"/>
|
|
<Key word="setRank"/>
|
|
<Key word="setRectangular"/>
|
|
<Key word="setRepairCargo"/>
|
|
<Key word="setShadowDistance"/>
|
|
<Key word="setSide"/>
|
|
<Key word="setSimpleTaskCustomData"/>
|
|
<Key word="setSimpleTaskDescription"/>
|
|
<Key word="setSimpleTaskDestination"/>
|
|
<Key word="setSimpleTaskTarget"/>
|
|
<Key word="setSimpleTaskType"/>
|
|
<Key word="setSimulWeatherLayers"/>
|
|
<Key word="setSize"/>
|
|
<Key word="setSkill"/>
|
|
<Key word="setSkill_array"/>
|
|
<Key word="setSlingLoad"/>
|
|
<Key word="setSoundEffect"/>
|
|
<Key word="setSpeaker"/>
|
|
<Key word="setSpeech"/>
|
|
<Key word="setSpeedMode"/>
|
|
<Key word="setStamina"/>
|
|
<Key word="setStaminaScheme"/>
|
|
<Key word="setStatValue"/>
|
|
<Key word="setSuppression"/>
|
|
<Key word="setSystemOfUnits"/>
|
|
<Key word="setTargetAge"/>
|
|
<Key word="setTaskResult"/>
|
|
<Key word="setTaskState"/>
|
|
<Key word="setTerrainGrid"/>
|
|
<Key word="setText"/>
|
|
<Key word="setTimeMultiplier"/>
|
|
<Key word="setTitleEffect"/>
|
|
<Key word="setTriggerActivation"/>
|
|
<Key word="setTriggerArea"/>
|
|
<Key word="setTriggerStatements"/>
|
|
<Key word="setTriggerText"/>
|
|
<Key word="setTriggerTimeout"/>
|
|
<Key word="setTriggerType"/>
|
|
<Key word="setType"/>
|
|
<Key word="setUnconscious"/>
|
|
<Key word="setUnitAbility"/>
|
|
<Key word="setUnitLoadout"/>
|
|
<Key word="setUnitPos"/>
|
|
<Key word="setUnitPosWeak"/>
|
|
<Key word="setUnitRank"/>
|
|
<Key word="setUnitRecoilCoefficient"/>
|
|
<Key word="setUnitTrait"/>
|
|
<Key word="setUnloadInCombat"/>
|
|
<Key word="setUserActionText"/>
|
|
<Key word="setVariable"/>
|
|
<Key word="setVectorDir"/>
|
|
<Key word="setVectorDirAndUp"/>
|
|
<Key word="setVectorUp"/>
|
|
<Key word="setVehicleAmmo"/>
|
|
<Key word="setVehicleAmmoDef"/>
|
|
<Key word="setVehicleArmor"/>
|
|
<Key word="setVehicleId"/>
|
|
<Key word="setVehicleLock"/>
|
|
<Key word="setVehiclePosition"/>
|
|
<Key word="setVehicleTiPars"/>
|
|
<Key word="setVehicleVarName"/>
|
|
<Key word="setVelocity"/>
|
|
<Key word="setVelocityTransformation"/>
|
|
<Key word="setViewDistance"/>
|
|
<Key word="setVisibleIfTreeCollapsed"/>
|
|
<Key word="setWPPos"/>
|
|
<Key word="setWaves"/>
|
|
<Key word="setWaypointBehaviour"/>
|
|
<Key word="setWaypointCombatMode"/>
|
|
<Key word="setWaypointCompletionRadius"/>
|
|
<Key word="setWaypointDescription"/>
|
|
<Key word="setWaypointForceBehaviour"/>
|
|
<Key word="setWaypointFormation"/>
|
|
<Key word="setWaypointHousePosition"/>
|
|
<Key word="setWaypointLoiterRadius"/>
|
|
<Key word="setWaypointLoiterType"/>
|
|
<Key word="setWaypointName"/>
|
|
<Key word="setWaypointPosition"/>
|
|
<Key word="setWaypointScript"/>
|
|
<Key word="setWaypointSpeed"/>
|
|
<Key word="setWaypointStatements"/>
|
|
<Key word="setWaypointTimeout"/>
|
|
<Key word="setWaypointType"/>
|
|
<Key word="setWaypointVisible"/>
|
|
<Key word="setWeaponReloadingTime"/>
|
|
<Key word="setWind"/>
|
|
<Key word="setWindDir"/>
|
|
<Key word="setWindForce"/>
|
|
<Key word="setWindStr"/>
|
|
<Key word="show3DIcons"/>
|
|
<Key word="showChat"/>
|
|
<Key word="showCinemaBorder"/>
|
|
<Key word="showCommandingMenu"/>
|
|
<Key word="showCompass"/>
|
|
<Key word="showCuratorCompass"/>
|
|
<Key word="showGPS"/>
|
|
<Key word="showHUD"/>
|
|
<Key word="showLegend"/>
|
|
<Key word="showMap"/>
|
|
<Key word="showNewEditorObject"/>
|
|
<Key word="showPad"/>
|
|
<Key word="showRadio"/>
|
|
<Key word="showSubtitles"/>
|
|
<Key word="showUAVFeed"/>
|
|
<Key word="showWarrant"/>
|
|
<Key word="showWatch"/>
|
|
<Key word="showWaypoint"/>
|
|
<Key word="shownArtilleryComputer"/>
|
|
<Key word="shownChat"/>
|
|
<Key word="shownCompass"/>
|
|
<Key word="shownCuratorCompass"/>
|
|
<Key word="shownGPS"/>
|
|
<Key word="shownHUD"/>
|
|
<Key word="shownMap"/>
|
|
<Key word="shownPad"/>
|
|
<Key word="shownRadio"/>
|
|
<Key word="shownUAVFeed"/>
|
|
<Key word="shownWarrant"/>
|
|
<Key word="shownWatch"/>
|
|
<Key word="side"/>
|
|
<Key word="sideAmbientLife"/>
|
|
<Key word="sideChat"/>
|
|
<Key word="sideEmpty"/>
|
|
<Key word="sideEnemy"/>
|
|
<Key word="sideFriendly"/>
|
|
<Key word="sideLogic"/>
|
|
<Key word="sideRadio"/>
|
|
<Key word="sideUnknown"/>
|
|
<Key word="simpleTasks"/>
|
|
<Key word="simulCloudDensity"/>
|
|
<Key word="simulCloudOcclusion"/>
|
|
<Key word="simulInClouds"/>
|
|
<Key word="simulSetHumidity"/>
|
|
<Key word="simulWeatherSync"/>
|
|
<Key word="simulationEnabled"/>
|
|
<Key word="sin"/>
|
|
<Key word="size"/>
|
|
<Key word="sizeOf"/>
|
|
<Key word="skill"/>
|
|
<Key word="skillFinal"/>
|
|
<Key word="skipTime"/>
|
|
<Key word="sleep"/>
|
|
<Key word="sliderPosition"/>
|
|
<Key word="sliderRange"/>
|
|
<Key word="sliderSetPosition"/>
|
|
<Key word="sliderSetRange"/>
|
|
<Key word="sliderSetSpeed"/>
|
|
<Key word="sliderSpeed"/>
|
|
<Key word="slingLoadAssistantShown"/>
|
|
<Key word="soldierMagazines"/>
|
|
<Key word="someAmmo"/>
|
|
<Key word="sort"/>
|
|
<Key word="soundVolume"/>
|
|
<Key word="spawn"/>
|
|
<Key word="speaker"/>
|
|
<Key word="speed"/>
|
|
<Key word="speedMode"/>
|
|
<Key word="splitString"/>
|
|
<Key word="sqrt"/>
|
|
<Key word="squadParams"/>
|
|
<Key word="stance"/>
|
|
<Key word="startLoadingScreen"/>
|
|
<Key word="stop"/>
|
|
<Key word="stopped"/>
|
|
<Key word="str"/>
|
|
<Key word="sunOrMoon"/>
|
|
<Key word="supportInfo"/>
|
|
<Key word="suppressFor"/>
|
|
<Key word="surfaceIsWater"/>
|
|
<Key word="surfaceNormal"/>
|
|
<Key word="surfaceType"/>
|
|
<Key word="swimInDepth"/>
|
|
<Key word="switchAction"/>
|
|
<Key word="switchCamera"/>
|
|
<Key word="switchGesture"/>
|
|
<Key word="switchLight"/>
|
|
<Key word="switchMove"/>
|
|
<Key word="switchableUnits"/>
|
|
<Key word="synchronizeObjectsAdd"/>
|
|
<Key word="synchronizeObjectsRemove"/>
|
|
<Key word="synchronizeTrigger"/>
|
|
<Key word="synchronizeWaypoint"/>
|
|
<Key word="synchronizeWaypoint_trigger"/>
|
|
<Key word="synchronizedObjects"/>
|
|
<Key word="synchronizedTriggers"/>
|
|
<Key word="synchronizedWaypoints"/>
|
|
<Key word="systemChat"/>
|
|
<Key word="systemOfUnits"/>
|
|
<Key word="tan"/>
|
|
<Key word="targetKnowledge"/>
|
|
<Key word="targetsAggregate"/>
|
|
<Key word="targetsQuery"/>
|
|
<Key word="taskAlwaysVisible"/>
|
|
<Key word="taskChildren"/>
|
|
<Key word="taskCompleted"/>
|
|
<Key word="taskCustomData"/>
|
|
<Key word="taskDescription"/>
|
|
<Key word="taskDestination"/>
|
|
<Key word="taskHint"/>
|
|
<Key word="taskNull"/>
|
|
<Key word="taskParent"/>
|
|
<Key word="taskResult"/>
|
|
<Key word="taskState"/>
|
|
<Key word="taskType"/>
|
|
<Key word="teamMember"/>
|
|
<Key word="teamMemberNull"/>
|
|
<Key word="teamName"/>
|
|
<Key word="teamSwitch"/>
|
|
<Key word="teamSwitchEnabled"/>
|
|
<Key word="teamType"/>
|
|
<Key word="teams"/>
|
|
<Key word="terminate"/>
|
|
<Key word="terrainIntersect"/>
|
|
<Key word="terrainIntersectASL"/>
|
|
<Key word="text"/>
|
|
<Key word="textLog"/>
|
|
<Key word="textLogFormat"/>
|
|
<Key word="text_location"/>
|
|
<Key word="tg"/>
|
|
<Key word="time"/>
|
|
<Key word="timeMultiplier"/>
|
|
<Key word="titleCut"/>
|
|
<Key word="titleFadeOut"/>
|
|
<Key word="titleObj"/>
|
|
<Key word="titleRsc"/>
|
|
<Key word="titleText"/>
|
|
<Key word="toArray"/>
|
|
<Key word="toLower"/>
|
|
<Key word="toString"/>
|
|
<Key word="toUpper"/>
|
|
<Key word="triggerActivated"/>
|
|
<Key word="triggerActivation"/>
|
|
<Key word="triggerArea"/>
|
|
<Key word="triggerAttachObject"/>
|
|
<Key word="triggerAttachVehicle"/>
|
|
<Key word="triggerAttachedVehicle"/>
|
|
<Key word="triggerStatements"/>
|
|
<Key word="triggerText"/>
|
|
<Key word="triggerTimeout"/>
|
|
<Key word="triggerTimeoutCurrent"/>
|
|
<Key word="triggerType"/>
|
|
<Key word="turretLocal"/>
|
|
<Key word="turretOwner"/>
|
|
<Key word="turretUnit"/>
|
|
<Key word="tvAdd"/>
|
|
<Key word="tvClear"/>
|
|
<Key word="tvCollapse"/>
|
|
<Key word="tvCount"/>
|
|
<Key word="tvCurSel"/>
|
|
<Key word="tvData"/>
|
|
<Key word="tvDelete"/>
|
|
<Key word="tvExpand"/>
|
|
<Key word="tvPicture"/>
|
|
<Key word="tvSetCurSel"/>
|
|
<Key word="tvSetData"/>
|
|
<Key word="tvSetPicture"/>
|
|
<Key word="tvSetPictureColor"/>
|
|
<Key word="tvSetPictureColorDisabled"/>
|
|
<Key word="tvSetPictureColorSelected"/>
|
|
<Key word="tvSetPictureRight"/>
|
|
<Key word="tvSetPictureRightColor"/>
|
|
<Key word="tvSetPictureRightColorDisabled"/>
|
|
<Key word="tvSetPictureRightColorSelected"/>
|
|
<Key word="tvSetText"/>
|
|
<Key word="tvSetTooltip"/>
|
|
<Key word="tvSetValue"/>
|
|
<Key word="tvSort"/>
|
|
<Key word="tvSortByValue"/>
|
|
<Key word="tvText"/>
|
|
<Key word="tvValue"/>
|
|
<Key word="type"/>
|
|
<Key word="typeName"/>
|
|
<Key word="typeOf"/>
|
|
<Key word="uiNamespace"/>
|
|
<Key word="uiSleep"/>
|
|
<Key word="unassignCurator"/>
|
|
<Key word="unassignItem"/>
|
|
<Key word="unassignTeam"/>
|
|
<Key word="unassignVehicle"/>
|
|
<Key word="underwater"/>
|
|
<Key word="uniform"/>
|
|
<Key word="uniformContainer"/>
|
|
<Key word="uniformItems"/>
|
|
<Key word="uniformMagazines"/>
|
|
<Key word="unitAddons"/>
|
|
<Key word="unitBackpack"/>
|
|
<Key word="unitPos"/>
|
|
<Key word="unitReady"/>
|
|
<Key word="unitRecoilCoefficient"/>
|
|
<Key word="units"/>
|
|
<Key word="unitsBelowHeight"/>
|
|
<Key word="unlinkItem"/>
|
|
<Key word="unlockAchievement"/>
|
|
<Key word="unregisterTask"/>
|
|
<Key word="updateDrawIcon"/>
|
|
<Key word="updateMenuItem"/>
|
|
<Key word="updateObjectTree"/>
|
|
<Key word="useAudioTimeForMoves"/>
|
|
<Key word="userInputDisabled"/>
|
|
<Key word="vectorAdd"/>
|
|
<Key word="vectorCos"/>
|
|
<Key word="vectorCrossProduct"/>
|
|
<Key word="vectorDiff"/>
|
|
<Key word="vectorDir"/>
|
|
<Key word="vectorDirVisual"/>
|
|
<Key word="vectorDistance"/>
|
|
<Key word="vectorDistanceSqr"/>
|
|
<Key word="vectorDotProduct"/>
|
|
<Key word="vectorFromTo"/>
|
|
<Key word="vectorMagnitude"/>
|
|
<Key word="vectorMagnitudeSqr"/>
|
|
<Key word="vectorMultiply"/>
|
|
<Key word="vectorNormalized"/>
|
|
<Key word="vectorUp"/>
|
|
<Key word="vectorUpVisual"/>
|
|
<Key word="vehicle"/>
|
|
<Key word="vehicleChat"/>
|
|
<Key word="vehicleRadio"/>
|
|
<Key word="vehicleVarName"/>
|
|
<Key word="vehicles"/>
|
|
<Key word="velocity"/>
|
|
<Key word="velocityModelSpace"/>
|
|
<Key word="verifySignature"/>
|
|
<Key word="vest"/>
|
|
<Key word="vestContainer"/>
|
|
<Key word="vestItems"/>
|
|
<Key word="vestMagazines"/>
|
|
<Key word="viewDistance"/>
|
|
<Key word="visibleCompass"/>
|
|
<Key word="visibleGPS"/>
|
|
<Key word="visibleMap"/>
|
|
<Key word="visiblePosition"/>
|
|
<Key word="visiblePositionASL"/>
|
|
<Key word="visibleWatch"/>
|
|
<Key word="waitUntil"/>
|
|
<Key word="waves"/>
|
|
<Key word="waypointAttachObject"/>
|
|
<Key word="waypointAttachVehicle"/>
|
|
<Key word="waypointAttachedObject"/>
|
|
<Key word="waypointAttachedVehicle"/>
|
|
<Key word="waypointBehaviour"/>
|
|
<Key word="waypointCombatMode"/>
|
|
<Key word="waypointCompletionRadius"/>
|
|
<Key word="waypointDescription"/>
|
|
<Key word="waypointForceBehaviour"/>
|
|
<Key word="waypointFormation"/>
|
|
<Key word="waypointHousePosition"/>
|
|
<Key word="waypointLoiterRadius"/>
|
|
<Key word="waypointLoiterType"/>
|
|
<Key word="waypointName"/>
|
|
<Key word="waypointPosition"/>
|
|
<Key word="waypointScript"/>
|
|
<Key word="waypointShow"/>
|
|
<Key word="waypointSpeed"/>
|
|
<Key word="waypointStatements"/>
|
|
<Key word="waypointTimeout"/>
|
|
<Key word="waypointTimeoutCurrent"/>
|
|
<Key word="waypointType"/>
|
|
<Key word="waypointVisible"/>
|
|
<Key word="waypoints"/>
|
|
<Key word="waypointsEnabledUAV"/>
|
|
<Key word="weaponAccessories"/>
|
|
<Key word="weaponCargo"/>
|
|
<Key word="weaponDirection"/>
|
|
<Key word="weaponLowered"/>
|
|
<Key word="weaponState"/>
|
|
<Key word="weapons"/>
|
|
<Key word="weaponsItems"/>
|
|
<Key word="weaponsItemsCargo"/>
|
|
<Key word="weaponsTurret"/>
|
|
<Key word="weightRTD"/>
|
|
<Key word="wind"/>
|
|
<Key word="windDir"/>
|
|
<Key word="windStr"/>
|
|
<Key word="wingsForcesRTD"/>
|
|
<Key word="with"/>
|
|
<Key word="worldName"/>
|
|
<Key word="worldSize"/>
|
|
<Key word="worldToModel"/>
|
|
<Key word="worldToModelVisual"/>
|
|
<Key word="worldToScreen"/>
|
|
</KeyWords>
|
|
</RuleSet>
|
|
</RuleSets>
|
|
</SyntaxDefinition>
|