removed read news function
This commit is contained in:
parent
8932876d45
commit
77c5e572eb
@ -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];
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
|||||||
class Interactables{
|
class Interactables{
|
||||||
file="DLib\functions\Interactables";
|
file="DLib\functions\Interactables";
|
||||||
class readNews{};
|
|
||||||
class createTeleporter{};
|
class createTeleporter{};
|
||||||
class teleporterCallback{};
|
class teleporterCallback{};
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user