- Found in:
- SKSE
Caveats
CK Wiki - Notes
- Quests do not have to be running to be collected.
- This can be a good alternative to using Game.GetFormFromFile(...) to return quests, or to check for a certain plugin to be present, as authors rarely change editor ids.
Parameters
stringeditorId
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__editorId
Quest returnedValue = Quest.GetQuest(myString__editorId)