removed read news function

This commit is contained in:
Niklas 2020-10-20 18:27:23 +02:00
parent 8932876d45
commit 77c5e572eb
2 changed files with 0 additions and 24 deletions

View File

@ -1,23 +0,0 @@
/*
Author: Djeeberjr
Description:
Adds an action to read a AAN news report. See https://community.bistudio.com/wiki/BIS_fnc_showAANArticle
Parameter(s):
0: OBJECT - to add the action to
1: ARRAY - The article
Returns:
actionID
*/
params ["_obj","_acticle"];
_obj setObjectTextureGlobal [0,"DLib\res\AAN.paa"];
_obj addAction ["Read news",{
params ["_target", "_caller", "_actionId", "_arguments"];
[_arguments] call bis_fnc_showAANArticle;
},_acticle,6,true,true,"","true",2];

View File

@ -1,6 +1,5 @@
class Interactables{
file="DLib\functions\Interactables";
class readNews{};
class createTeleporter{};
class teleporterCallback{};
}