docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
namespace RE
|
||||
{
|
||||
namespace PerkUtilities
|
||||
{
|
||||
inline void RemoveGrenadeTrajectory()
|
||||
{
|
||||
using func_t = decltype(&RemoveGrenadeTrajectory);
|
||||
static REL::Relocation<func_t> func{ ID::PerkUtilities::RemoveGrenadeTrajectory };
|
||||
return func();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user