2016-10-14 20:31:01 +00:00
|
|
|
/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
|
2016-07-05 18:22:14 +00:00
|
|
|
/*
|
2016-09-25 21:33:00 +00:00
|
|
|
@author = "Aaron Clark - https://EpochMod.com";
|
|
|
|
@contributors[] = {};
|
|
|
|
@description = "Custom Epoch config for animation broadcasting to nearby players.";
|
|
|
|
@licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
|
|
|
|
@github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgSwitchMovehandler.hpp";
|
2016-07-05 18:22:14 +00:00
|
|
|
*/
|
2016-09-25 21:33:00 +00:00
|
|
|
class CfgSwitchMovehandler
|
|
|
|
{
|
|
|
|
class AovrPercMrunSrasWrflDf
|
|
|
|
{
|
|
|
|
distance = 1000;
|
|
|
|
};
|
|
|
|
class epoch_unarmed_jump
|
|
|
|
{
|
|
|
|
distance = 1000;
|
|
|
|
};
|
|
|
|
class AwopPercMstpSgthWnonDnon_throw
|
|
|
|
{
|
|
|
|
distance = 1000;
|
|
|
|
};
|
|
|
|
class AmovPercMstpSnonWnonDnon_SaluteOut
|
|
|
|
{
|
|
|
|
distance = 1000;
|
|
|
|
};
|
2016-07-05 18:22:14 +00:00
|
|
|
};
|
2016-09-25 21:33:00 +00:00
|
|
|
|
|
|
|
/*[[[end]]]*/
|