Skip to content

Commit

Permalink
Merge pull request #463 from CBATeam/update-function-headers
Browse files Browse the repository at this point in the history
fix wrong information in functions headers
  • Loading branch information
Killswitch00 committed Aug 15, 2016
2 parents 1eebdbf + 46c09bb commit 90463a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
5 changes: 1 addition & 4 deletions addons/common/fnc_removeBackpackCargo.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
Function: CBA_fnc_removeBackpackCargo
Description:
Removes specific backpack(s) from local cargo space.
Removes specific backpack(s) from cargo space.
Warning: Backpack's inventory information is lost.
* Use <CBA_fnc_removeBackpackCargoGlobal> if you want to remove the backpack(s) in
global cargo space.
Parameters:
_container - Object with cargo <OBJECT>
_item - Classname of backpack(s) to remove <STRING>
Expand Down
6 changes: 1 addition & 5 deletions addons/common/fnc_removeItemCargo.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
Function: CBA_fnc_removeItemCargo
Description:
Removes specific item(s) from local cargo space.
* Use <CBA_fnc_removeItemCargoGlobal> if you want to remove the item(s) in
global cargo space.
Removes specific item(s) from cargo space.
Parameters:
_container - Object with cargo <OBJECT>
Expand Down
5 changes: 1 addition & 4 deletions addons/common/fnc_removeMagazineCargo.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
Function: CBA_fnc_removeMagazineCargo
Description:
Removes specific magazine(s) from local cargo space.
Removes specific magazine(s) from cargo space.
Warning: Magazine's ammo count is lost and becomes full.
* Use <CBA_fnc_removeMagazineCargoGlobal> if you want to remove the magazine(s) in
global cargo space.
Parameters:
_container - Object with cargo <OBJECT>
_item - Classname of magazine(s) to remove <STRING>
Expand Down
5 changes: 1 addition & 4 deletions addons/common/fnc_removeWeaponCargo.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
Function: CBA_fnc_removeWeaponCargo
Description:
Removes specific weapon(s) from local cargo space.
Removes specific weapon(s) from cargo space.
Warning: Weapon's attachments are lost.
* Use <CBA_fnc_removeWeaponCargoGlobal> if you want to remove the weapon(s) in
global cargo space.
Parameters:
_container - Object with cargo <OBJECT>
_item - Classname of weapon(s) to remove <STRING>
Expand Down

0 comments on commit 90463a1

Please sign in to comment.