WoW:CVar autoLootDefault: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (fix category)
mNo edit summary
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]]
[[Category:Console variables|autoLootDefault]]

Revision as of 22:18, 15 May 2020

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"