ACE3/addons/interaction/functions/fn_moduleInteraction.sqf

21 lines
423 B
Plaintext
Raw Normal View History

2015-01-11 19:32:51 +00:00
/*
* Author: bux578
*
* Initializes the Interaction module.
*
* Arguments:
* Whatever the module provides. (I dunno.)
*
* Return Value:
* None
*/
_logic = _this select 0;
_activated = _this select 2;
if !(_activated) exitWith {};
[_logic, "AGM_Interaction_EnableTeamManagement", "EnableTeamManagement"] call AGM_Core_fnc_readBooleanParameterFromModule;
diag_log text "[AGM]: Interaction Module Initialized.";