-
Notifications
You must be signed in to change notification settings - Fork 169
API: Variables
Dedmen Miller edited this page Jul 14, 2019
·
2 revisions
Variable | Locality | Defaults to |
---|---|---|
tf_no_auto_long_range_radio
|
CBA |
false
|
TF_give_personal_radio_to_regular_soldier
|
CBA |
false
|
TF_give_microdagr_to_soldier
|
CBA |
true
|
tf_same_sw_frequencies_for_side
|
CBA |
false
|
tf_same_lr_frequencies_for_side
|
CBA |
true
|
TFAR_defaultFrequencies_sr_west
|
CBA | Random value. |
TFAR_defaultFrequencies_sr_east
|
CBA | Random value. |
tf_west_radio_code
|
Client |
_bluefor
|
tf_east_radio_code
|
Client |
_opfor
|
tf_guer_radio_code
|
Client |
_independent If allied to one of the sides, that side's value is used instead. |
tf_radio_channel_name
|
Client |
TaskForceRadio
|
tf_radio_channel_password
|
Client |
123
|
TF_defaultWestBackpack
|
Client |
tf_rt1523g
|
TF_defaultEastBackpack
|
Client |
tf_mr3000
|
TF_defaultGuerBackpack
|
Client |
tf_anprc155
|
TF_defaultWestPersonalRadio
|
Client |
tf_anprc152
|
TF_defaultEastPersonalRadio
|
Client |
tf_fadak
|
TF_defaultGuerPersonalRadio
|
Client |
tf_anprc148jem
|
TF_defaultWestRiflemanRadio
|
Client |
tf_rf7800str
|
TF_defaultEastRiflemanRadio
|
Client |
tf_pnr1000a
|
TF_defaultGuerRiflemanRadio
|
Client |
tf_anprc154
|
TF_defaultWestAirborneRadio
|
Client |
tf_anarc210
|
TF_defaultEastAirborneRadio
|
Client |
tf_mr6000l
|
TF_defaultGuerAirborneRadio
|
Client |
tf_anarc164
|
TF_terrain_interception_coefficient
|
Client |
7.0
|
TF_max_voice_volume
|
Client |
60
|
player setVariable ["tf_voiceVolume", 0.6, true]
|
Client |
1.0
|
player setVariable ["tf_unable_to_use_radio", true]
|
Client |
false
|
player setVariable ["tf_globalVolume", 0.4]
|
Client |
1.0
|
player setVariable ["tf_receivingDistanceMultiplicator", 2]
|
Client |
1.0
|
player setVariable ["tf_sendingDistanceMultiplicator", 0.5]
|
Client |
1.0
|
faction class_backpack_tf_faction_radio
|
Client |
|
faction class_personal_tf_faction_radio
|
Client |
|
faction class_rifleman_tf_faction_radio
|
Client |
|
faction class_airborne_tf_faction_radio
|
Client |
|
TFAR_defaultFrequencies_sr_independent
|
Server |
Random value. |
TFAR_defaultFrequencies_lr_west
|
Server |
Random value. |
TFAR_defaultFrequencies_lr_east
|
Server |
Random value. |
TFAR_defaultFrequencies_lr_independent
|
Server |
Random value. |
(group player) getVariable ["tf_sw_frequency"]
|
Client |
Random value. |
(group player) getVariable ["tf_lr_frequency"]
|
Client |
Random value. |
_vehicle setVariable ["tf_side", _value, true]
|
Client |
"west"/"east"/"guer"
|
_vehicle setVariable ["tf_hasRadio", true, true]
|
Global |
|
_vehicle setVariable ["tf_isolatedAmount", 0.5, true]
|
Global |
0.0
|
_vehicle setVariable ["tf_range", 50000, true]
|
Global |
30000
|
_vehicle setVariable ["TF_RadioType", "tf_mr6000l", true]
|
Global |
Long range radio of a faction. |
TF_speakerDistance
|
Client |
20
|
TFAR © Michail Nikolaev, built with contributions from developers like you!