CfgRemoteExecCommands – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (R3vo moved page CfgRemoteExecCommands to Arma 3 CfgRemoteExecCommands: added TAG)
m (Text replacement - "<tt>([a-zA-Z0-9\. _"\\']+)<\/tt>" to "{{hl|$1}}")
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
List of all commands which can be remotely executed by [[BIS_fnc_MP]] / [[remoteExec]] / [[remoteExecCall]]. Can be defined in [[Config.cpp]] or in campaign's or mission's [[Description.ext]] (in this case it is defined under CfgRemoteExec {} -> class Server/Client {} -> class functions {...}). The most local variant is used.
{{Feature|important| While {{arma3}}'s main config may still have traces of it, {{hl|CfgRemoteExecCommands}} is now obsolete. Originally used with [[BIS_fnc_MP]], which is now also obsolete as well and is left for backward compatibility.<br>Use [[remoteExec]] / [[remoteExecCall]] and [[Arma 3: CfgRemoteExec|CfgRemoteExec]] instead.}}


== List of Supported Commands ==
{{GameCategory|arma3|Remote Execution}}
{{GVI|arma3|1.32}}
* [[action]]
* [[addAction]]
* [[addBackpack]]
* [[addCamShake]]
* [[addMagazine]]
* [[addMagazineCargo]]
* [[addMagazines]]
* [[addRating]]
* [[addVehicle]]
* [[addWeapon]]
* [[addWeaponCargo]]
* [[allowDamage]]
* [[allowFleeing]]
* [[assignTeam]]
* [[clearMagazineCargo]]
* [[clearRadio]]
* [[clearWeaponCargo]]
* [[closeDialog]]
* [[commandFire]]
* [[commandFollow]]
* [[commandGetOut]]
* [[commandMove]]
* [[commandTarget]]
* [[commandWatch]]
* [[createDialog]]
* [[createLocation]]
* [[createMarkerLocal]]
* [[createSimpleTask]]
* [[cutObj]]
* [[cutRsc]]
* [[cutText]]
* [[deleteGroup]]
* [[deleteIdentity]]
* [[deleteMarkerLocal]]
* [[disableAI]]
* [[dissolveTeam]]
* [[doFire]]
* [[doFollow]]
* [[doGetOut]]
* [[doMove]]
* [[doTarget]]
* [[doWatch]]
* [[drop]]
* [[enableAttack]]
* [[enableCopilot]]
* [[enableRadio]]
* [[endLoadingScreen]]
* [[endMission]]
* [[engineOn]]
* [[fadeMusic]]
* [[fadeSound]]
* [[fire]]
* [[flyInHeight]]
* [[forceEnd]]
* [[forceMap]]
* [[forceWeaponFire]]
* [[globalChat]]
* [[globalRadio]]
* [[groupChat]]
* [[groupRadio]]
* [[hint]]
* [[hintC]]
* [[hintCadet]]
* [[hintSilent]]
* [[land]]
* [[leaveVehicle]]
* [[lightAttachObject]]
* [[lock]]
* [[lockCargo]]
* [[lockDriver]]
* [[lockTurret]]
* [[lockWP]]
* [[move]]
* [[moveInAny]]
* [[moveInCargo]]
* [[moveInCommander]]
* [[moveInDriver]]
* [[moveInGunner]]
* [[moveInTurret]]
* [[orderGetIn]]
* [[playAction]]
* [[playActionNow]]
* [[playMove]]
* [[playMoveNow]]
* [[playMusic]]
* [[playSound]]
* [[ppEffectAdjust]]
* [[removeAction]]
* [[removeAllActions]]
* [[removeAllAssignedItems]]
* [[removeAllWeapons]]
* [[removeBackpack]]
* [[removeMagazine]]
* [[removeMagazines]]
* [[removeMagazinesTurret]]
* [[removeMagazineTurret]]
* [[removeTeamMember]]
* [[removeWeapon]]
* [[removeWeaponTurret]]
* [[saveGame]]
* [[say]]
* [[say2D]]
* [[say3D]]
* [[selectLeader]]
* [[selectWeapon]]
* [[setAmmo]]
* [[setCaptive]]
* [[setCollisionLight]]
* [[setCurrentWaypoint]]
* [[setDate]]
* [[setDir]]
* [[setFace]]
* [[setFatigue]]
* [[setFlagSide]]
* [[setFlagTexture]]
* [[setFog]]
* [[setFuel]]
* [[setGroupId]]
* [[setGusts]]
* [[setHit]]
* [[setHitPointDamage]]
* [[setLeader]]
* [[setLightAmbient]]
* [[setLightAttenuation]]
* [[setLightBrightness]]
* [[setLightColor]]
* [[setLightDayLight]]
* [[setLightFlareMaxDistance]]
* [[setLightFlareSize]]
* [[setLightIntensity]]
* [[setLightUseFlare]]
* [[setMarkerBrushLocal]]
* [[setMarkerDirLocal]]
* [[setMarkerShapeLocal]]
* [[setMarkerSizeLocal]]
* [[setMarkerTextLocal]]
* [[setMarkerTypeLocal]]
* [[setMimic]]
* [[setName]]
* [[setPilotLight]]
* [[setPitch]]
* [[setPlayerRespawnTime]]
* [[setRadioMsg]]
* [[setTimeMultiplier]]
* [[setTriggerActivation]]
* [[setTriggerArea]]
* [[setTriggerStatements]]
* [[setTriggerText]]
* [[setTriggerTimeout]]
* [[setTriggerType]]
* [[setUnconscious]]
* [[setUnitPos]]
* [[setUnitPosWeak]]
* [[setUserActionText]]
* [[setVectorDir]]
* [[setVectorDirAndUp]]
* [[setVectorUp]]
* [[setVehicleAmmo]]
* [[setVehicleAmmoDef]]
* [[setVehicleArmor]]
* [[setVelocity]]
* [[setWPPos]]
* [[showHUD]]
* [[sideChat]]
* [[sideRadio]]
* [[switchMove]]
* [[systemChat]]
* [[titleText]]
* [[unassignTeam]]
* [[unassignVehicle]]
 
 
 
[[Category:Arma_3:_Editing]]

Latest revision as of 00:54, 16 November 2021

While Arma 3's main config may still have traces of it, CfgRemoteExecCommands is now obsolete. Originally used with BIS_fnc_MP, which is now also obsolete as well and is left for backward compatibility.
Use remoteExec / remoteExecCall and CfgRemoteExec instead.