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 TESHitEvent | |
{ | |
enum HitEventFlags { | |
kFlag_Unk0 = (1 << 0), // (Unk0 | Unk1) - blocked | |
kFlag_Unk1 = (1 << 1), | |
kFlag_CriticalHit = (1 << 3), | |
kFlag_SneakAttack = (1 << 11), | |
kFlag_Unk15 = (1 << 15), // (Unk15 | Unk16) - bash | |
kFlag_Unk16 = (1 << 16), | |
kFlag_PowerAttack = (1 << 17), |
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
Event: BlockPipboyOpeningEvent@@@BSTGlobalEvent@@ | |
Event: BlurEvent@@@BSTGlobalEvent@@ | |
Event: UIAdvanceMenusFunctionCompleteEvent@@@BSTGlobalEvent@@ | |
Event: QuickContainerStateEvent@@@BSTGlobalEvent@@ | |
Event: SaveLoadMessageStringEvent@@@BSTGlobalEvent@@ | |
Event: FaderMenuDisplayState@@@BSTGlobalEvent@@ | |
Event: SaveLoadMessageTypeEvent@@@BSTGlobalEvent@@ | |
Event: DoBeforeNewOrLoadCompletedEvent@@@BSTGlobalEvent@@ | |
Event: RevertPlayerCharacterEvent@@@BSTGlobalEvent@@ | |
Event: ColorUpdateEvent@@@BSTGlobalEvent@@ |
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
----------------------------------------------------------------------------------------- | |
ID Full Name Short Name Description | |
----------------------------------------------------------------------------------------- | |
256: Show TST Show global scripts and variables. | |
257: ShowVars SV Show variables on object. You can optionally specified a papyrus variable or script to filter with [player->sv] | |
258: ShowGlobalVars SGLV Show all global variables. | |
259: ShowQuestVars SQV Show quest variables. You can optionally specified a papyrus variable or script to filter with [svq QuestID] | |
260: ShowQuests SQ List quests. | |
261: ShowQuestAliases Show quest aliases. [ShowQuestAliases QuestID] | |
262: |
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
Dump of no-op console commands. | |
These commands have *no code* associated with them (probably stripped from the release version) and are always no-ops. | |
------------------------------------------------------------------ | |
ID Full Name Short Name | |
------------------------------------------------------------------ | |
267: ToggleSafeZone TSZ | |
269: ToggleCollisionGeometry TCG | |
270: ToggleMaterialGeometry TMG | |
271: ToggleStairsGeometry TSG | |
272: ToggleHiResHeightfieldGeometry THRHG |
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 | |
//... | |
}; |
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
The following game settings are never used by the game. | |
The settings in this list have no game code referencing them (determined statically). | |
bCameraShotAllowDeadzone | |
fAIButtonDelayOnInterrupt | |
fAICallCommandDistance | |
fAICombatFleeScoreThreshold | |
fAICombatNoAreaEffectAllyDistance | |
fAICombatNoTargetLOSPriorityMult | |
fAICombatSlopeDifference |
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
The settings in this list have no game code referencing them (determined statically). | |
INI Pref Settings: | |
bShowLODInEditor:TerrainManager | |
bUseWaterDepth:Water | |
bUseWaterRefractions:Water | |
fAudioMasterVolume:AudioMenu | |
bSinglePassDirShadow:Display | |
bForceIgnoreSmoothness:Display |
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
=========================== | |
ID | Name | |
=========================== | |
0x01 : r::CID_GAMEOBJECT | |
0x02 : r::CID_SCRIPTBASE | |
0x10 : CID_SKELETON | |
0x11 : CID_BLUEPRINT | |
0x12 : CID_SOUND_EVENT | |
0x13 : CID_GAME_EVENT | |
0x14 : CID_GAME_EVENT_HANDLER_unused |
OlderNewer