Difference between revisions of "SKSE Plugin Development/Iterating all Actors/NPCs"

no edit summary
(Created page with "Also known as Cloak Scanning. <syntaxhighlight lang="css"> const auto processLists = RE::ProcessLists::GetSingleton(); if (!processLists) { return; } const auto *ActorTypeNP...")
 
Line 1: Line 1:
Also known as Cloak Scanning.
Similar to "Cloak Scanning" in Papyrus, but way less expensive in terms of performance.


<syntaxhighlight lang="css">
<syntaxhighlight lang="css">
Line 20: Line 20:
}
}
</syntaxhighlight>
</syntaxhighlight>
= See Also =
* [[Dynamically Attaching Scripts]]
40

edits