R3vo/Sandbox – User

From Bohemia Interactive Community
< User:R3vo
Revision as of 23:17, 13 May 2021 by R3vo (talk | contribs)
Jump to navigation Jump to search
Container
Subtype Command usually contains Example
Vehicle with inventory cargo* clearWeaponCargo _truck;
Backpack backpack* clearAllItemsFromBackpack player;
Vest vest* vestContainer player;
Uniform uniform* uniformContainer player;
Scripted weapon holder cargo* backpackCargo _ammoBox;
Ammo box, supply box cargo* backpackCargo _ammoBox;


Subtype Object

  • Container

A container can be:

  • a vehicle with inventory
  • a backpack
  • a vest
  • an uniform
  • a scripted weapon holder
  • an ammobox

Make sure to apply commands only on appropriate objects, e.g backpackSpaceFor will only work on a container of type backpack