docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
namespace RE
|
||||
{
|
||||
enum class QuickContainerMode : std::int32_t
|
||||
{
|
||||
kLoot = 0x0,
|
||||
kTeammate = 0x1,
|
||||
kPowerArmor = 0x2,
|
||||
kTurret = 0x3,
|
||||
kWorkshop = 0x4,
|
||||
kCrafting = 0x5,
|
||||
kStealing = 0x6,
|
||||
kStealingPowerArmor = 0x7
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user