WoW:CVar autoLootDefault: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with ''''autoLootDefault''' is a boolean flag CVar controlling whether all items are picked up automatically when looting a corpse. A true value ("1") enables the automatic looting be...')
 
m (Move page script moved page CVar autoLootDefault to CVar autoLootDefault without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''autoLootDefault''' is a boolean flag CVar controlling whether all items are picked up automatically when looting a corpse.
{{Cvar}}
The '''autoLootDefault''' CVar controls whether all items are picked up automatically when looting a corpse.


A true value ("1") enables the automatic looting behavior, false ("0") disables it.
Parameters:
* 0 - disables auto loot
* 1 - enables the automatic looting behavior
 
Default:
SET autoLootDefault "0"
[[Category:Console variables|autoLootDefault]]

Latest revision as of 04:47, 15 August 2023

Console variables < autoLootDefault

The autoLootDefault CVar controls whether all items are picked up automatically when looting a corpse.

Parameters:

  • 0 - disables auto loot
  • 1 - enables the automatic looting behavior

Default:

SET autoLootDefault "0"