Created
August 26, 2018 19:49
-
-
Save reg2k/12c9d4248725a1a622cc9103774a4348 to your computer and use it in GitHub Desktop.
FO4 ViewCasterUpdateEvent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct ViewCasterUpdateEvent | |
{ | |
UInt32 handle; // 00 | |
UInt32 pad08; // 04 | |
UInt64 unk0C; // 08 - fade node | |
NiNode* niNode; // 10 | |
UInt64 unk18[(0x40-0x18)/8]; // 18 | |
TESObjectREFR* refr; // 40 | |
//... | |
}; | |
STATIC_ASSERT(offsetof(ViewCasterUpdateEvent, refr) == 0x40); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment