User contributions
10 December 2024
Main Page
Add SKSE Plugin Development category
+205
SKSE Plugin Creation
Changed redirect target from SKSE Plugin Development to Category:SKSE Plugin Development
+10
SKSE Plugin Development/Calling Papyrus Functions
Created page with "<syntaxhighlight lang="c++"> auto vm = RE::BSScript::Internal::VirtualMachine::GetSingleton(); RE::TESForm* form = RE::TESForm::LookupByEditorID("MyQuest"); auto policy = vm..."
SKSE Plugin Development/Getting Specific Forms
no edit summary
+38
SKSE Plugin Development/Getting Specific Forms
Created page with "If you want to retrieve specific Forms from the game, you can do so either by Editor ID (recommended in most cases): <syntaxhighlight lang="c++"> // Note how we can specify w..."
SKSE Plugin Development/Iterating all Actors/NPCs
no edit summary
+38
SKSE Plugin Development/Iterating all Actors/NPCs
no edit summary
+108
SKSE Plugin Development/Iterating all Actors/NPCs
Created page with "Also known as Cloak Scanning. <syntaxhighlight lang="css"> const auto processLists = RE::ProcessLists::GetSingleton(); if (!processLists) { return; } const auto *ActorTypeNP..."
Category:SKSE Plugin Development
no edit summary
+348
Getting Started with SKSE Plugin Development
no edit summary
−41
Getting Started with SKSE Plugin Development
Moved sections to their own pages
−3,019
SKSE Plugin Development/Creating New Methods for Forms
Created page with "SKSE Plugin cannot override or extend already existing Form classes. In other words, consider an ''"ObjectReference"'' object and a ''"newMethod(<parameters>)"'' function you..."
SKSE Plugin Development/Resources
no edit summary
−2
SKSE Plugin Development/Resources
no edit summary
+40
SKSE Plugin Development/Resources
no edit summary
+535
SKSE Plugin Development/Resources
Created page with "As of 2024-11-16, there is no definitive resource on SKSE plugin modding. Please note that instructions may differ from one source to another and that some might simply be c..."
SKSE Plugin Development
Changed redirect target from Getting Started with SKSE Plugin Development to Category:SKSE Plugin Development
−11
Talk:SKSE Plugin Development
Xieve moved page Talk:SKSE Plugin Development to Talk:Getting Started with SKSE Plugin Development: Created SKSE Plugin Development category, so the title needs to be more specific
Talk:Getting Started with SKSE Plugin Development
Xieve moved page Talk:SKSE Plugin Development to Talk:Getting Started with SKSE Plugin Development: Created SKSE Plugin Development category, so the title needs to be more specific
mSKSE Plugin Development
Xieve moved page SKSE Plugin Development to Getting Started with SKSE Plugin Development: Created SKSE Plugin Development category, so the title needs to be more specific
Getting Started with SKSE Plugin Development
Xieve moved page SKSE Plugin Development to Getting Started with SKSE Plugin Development: Created SKSE Plugin Development category, so the title needs to be more specific
mCategory:SKSE Plugin Development
Create page for this category
Getting Started with SKSE Plugin Development
Created & added category "SKSE Plugin Development"
+37
16 November 2024
Talk:SKSE Plugin Creation
Xieve moved page Talk:SKSE Plugin Creation to Talk:SKSE Plugin Development
Talk:Getting Started with SKSE Plugin Development
Xieve moved page Talk:SKSE Plugin Creation to Talk:SKSE Plugin Development
mSKSE Plugin Creation
Xieve moved page SKSE Plugin Creation to SKSE Plugin Development
Getting Started with SKSE Plugin Development
Xieve moved page SKSE Plugin Creation to SKSE Plugin Development
mGetting Started with SKSE Plugin Development
Major overhaul of the page to use CommonLibSSE-NG
−3,373
23 February 2024
SetKeywordDataForLocation
See Also: Added link to GetKeywordDataForCurrentLocation
m+38
GetKeywordDataForLocation
See also: Added link to GetKeywordDataForCurrentLocation
m+38
GetKeywordDataForCurrentLocation
Description: Minor clarification
m+15
GetKeywordDataForCurrentLocation
Corrected factually wrong entry and added to console category
+55
22 February 2024
StartPapyrusScriptProfile
Notes: Added note concerning a visualizer
+160
StartPapyrusFormProfile
Notes: Added note concerning a visualizer
+160
StartScriptProfiling - Debug
See Also: Added corresponding console command
+49
StartObjectProfiling - Form
Notes: Added note concerning a visualizer See Also: Added corresponding console command
+206
StartStackProfiling - Debug
Notes: Added note concerning a visualizer
+164
StartScriptProfiling - Debug
Notes: Added note concerning a visualizer
+164
GetIsCreature
Describe alternative to obsolete function.
+95
21 February 2024
Quest Stage Fragments
Notes
+60
Bethesda Tutorial Dialogue
Recording a Temp Track: Added note concerning Fuz Roh D'oh
+395