All public logs
Jump to navigation
Jump to search
Combined display of all available logs of the CreationKit Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:50, 10 December 2024 Xieve talk contribs created page 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...")
- 17:46, 10 December 2024 Xieve talk contribs created page 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...")
- 17:25, 10 December 2024 Xieve talk contribs created page 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...") Tag: Visual edit: Switched
- 17:02, 10 December 2024 Xieve talk contribs created page 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...") Tag: Visual edit: Switched
- 16:50, 10 December 2024 Xieve talk contribs created page 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...")
- 16:35, 10 December 2024 Xieve talk contribs 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)
- 16:35, 10 December 2024 Xieve talk contribs 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)
- 16:33, 10 December 2024 Xieve talk contribs created page Category:SKSE Plugin Development (Create page for this category) Tag: Visual edit
- 13:47, 16 November 2024 Xieve talk contribs moved page Talk:SKSE Plugin Creation to Talk:SKSE Plugin Development
- 13:47, 16 November 2024 Xieve talk contribs moved page SKSE Plugin Creation to SKSE Plugin Development
- 06:54, 23 June 2023 User account Xieve talk contribs was created