Skip to content

Commit

Permalink
Merge branch 'vr' of github.com:alandtse/CommonLibVR into vr
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Aug 20, 2024
2 parents dde64f9 + ff560fe commit eb98bb0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions include/RE/B/BGSCameraShot.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,18 @@ namespace RE
void InitItemImpl() override; // 13

// members
CAMERA_SHOT_DATA data; // 58 - DATA
std::uint32_t pad84; // 84
void* unk88; // 88 - smart ptr
void* unk90; // 90 - smart ptr
RefHandle unk98; // 98
std::uint32_t unk9C; // 9C
CAMERA_SHOT_DATA data; // 58 - DATA
std::uint32_t pad84; // 84
void* unk88; // 88 - smart ptr
void* unk90; // 90 - smart ptr
RefHandle unk98; // 98
std::uint32_t unk9C; // 9C
NiPointer<NiNode> cameraNode; // A0 - smart ptr
NiPointer<NiAVObject> unkA8; // A8 - smart ptr
std::uint8_t unkB0; // B0
bool unkB1; // B1
std::uint16_t padB2; // B2
std::uint32_t padB4; // B4
NiPointer<NiAVObject> unkA8; // A8 - smart ptr
std::uint8_t unkB0; // B0
bool unkB1; // B1
std::uint16_t padB2; // B2
std::uint32_t padB4; // B4
ModelDBHandle cameraHandle; // B8
private:
KEEP_FOR_RE()
Expand Down
2 changes: 1 addition & 1 deletion src/RE/B/BSResourceNiBinaryStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace RE
void BSResourceNiBinaryStream::set_endian_swap(bool a_doSwap)
{
using func_t = decltype(&BSResourceNiBinaryStream::set_endian_swap);
static REL::Relocation<func_t> func{ RELOCATION_ID(69643, 71021) };
static REL::Relocation<func_t> func{ RELOCATION_ID(69643, 71021) };
return func(this, a_doSwap);
}

Expand Down
2 changes: 1 addition & 1 deletion src/RE/B/BSScaleformTranslator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace RE
void BSScaleformTranslator::GetCachedString(wchar_t** a_pOut, wchar_t* a_bufIn, std::uint32_t a_unused)
{
using func_t = decltype(&BSScaleformTranslator::GetCachedString);
static REL::Relocation<func_t> func{ RELOCATION_ID(67844, 69188) };
static REL::Relocation<func_t> func{ RELOCATION_ID(67844, 69188) };
return func(a_pOut, a_bufIn, a_unused);
}
}
2 changes: 1 addition & 1 deletion src/RE/B/BSScriptObjectBindPolicy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace RE
void ObjectBindPolicy::BindObject(BSTSmartPointer<Object>& a_objectPtr, VMHandle a_handle)
{
using func_t = decltype(&ObjectBindPolicy::BindObject);
static REL::Relocation<func_t> func{ RELOCATION_ID(97379, 104184) };
static REL::Relocation<func_t> func{ RELOCATION_ID(97379, 104184) };
return func(this, a_objectPtr, a_handle);
}
}
Expand Down

0 comments on commit eb98bb0

Please sign in to comment.