General - Relative script_component.hpp includes (#9378)

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
This commit is contained in:
jonpas
2023-09-12 20:58:10 +02:00
committed by GitHub
parent a34d9455d2
commit 742626ff1a
2182 changed files with 2065 additions and 2195 deletions

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: mjc4wilton
* Handle BI arsenal closing

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: mjc4wilton
* Handle BI arsenal opening

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: Ir0n1E
* Calculate mass of weapon and items.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: Ir0n1E
* Check if client is able to interact with gunbag.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: Ir0n1E
* Check if unit has a gunbag.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: commy2
* Reports true if a weapon is a machine gun.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: Ir0n1E
* Get weapon out of gunbag.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: Ir0n1E
* Get weapon out of gunbag.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: Ir0n1E
* Check gunbag status full/empty.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: Ir0n1E and mjc4wilton
* Swap primary weapon and weapon in gunbag.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: Ir0n1E and mjc4wilton
* Swap primary weapon and weapon in gunbag.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: Ir0n1E
* Put weapon into gunbag.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: Ir0n1E
* Put weapon into gunbag.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: Ir0n1E, Brett Mayson
* Get gunbag weapon name

View File

@ -1 +0,0 @@
#include "\z\ace\addons\gunbag\script_component.hpp"