Osiris/API/QuestClose: Difference between revisions
Jump to navigation
Jump to search
(QuestClose) |
No edit summary |
||
Line 10: | Line 10: | ||
* Helper [[Osiris/Shared/DB_QuestDef_Sate|DB_QuestDef_State]] | * Helper [[Osiris/Shared/DB_QuestDef_Sate|DB_QuestDef_State]] | ||
[[Category:Osiris Calls]] | [[Category:Osiris Calls|QuestClose]] |
Latest revision as of 15:24, 19 December 2017
Full Definition(s)
- call QuestClose((CHARACTERGUID)_Character,(STRING)_Quest)
Description
Makes the quest _Quest inactive for _Character. This means that from now on, updates for _Quest added through QuestUpdate will no longer appear in this character's journal.
Notes
- Preferably do not use this API directly, but use the helpers related to DB_QuestDef_State from the Shared mod instead.
See Also
- QuestAdd
- QuestUpdate
- Helper DB_QuestDef_State