Difference between revisions of "Osiris/Shared/ProcClearStoryMove"

From Divinity Engine Wiki
Jump to: navigation, search
(Osiris Helper Mod APIs)
 
(Must call ProcCharacterMoveTo rather than ProcClearMovingFacts)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===== Full Definition(s) =====
 
===== Full Definition(s) =====
* PROC '''ProcClearMovingFacts'''(''(CHARACTERGUID)'''''_Char''')
+
* PROC '''ProcClearStoryMove'''(''(CHARACTERGUID)'''''_Char''')
 
===== Description =====
 
===== Description =====
See the notes of '''ProcCharacterMoveTo''' for the usage of this routine.
+
See the notes of [[Osiris/Shared/ProcCharacterMoveTo|ProcCharacterMoveTo]] for the usage of this routine.
 
===== Return Values =====
 
===== Return Values =====
 
* /
 
* /
Line 8: Line 8:
 
* /
 
* /
 
===== See Also =====
 
===== See Also =====
* Helper [[Osiris/Shared/ProcCharacterMoveTo]]
+
* Helper [[Osiris/Shared/ProcCharacterMoveTo|ProcCharacterMoveTo]]
 
   
 
   
[[Category:Osiris Shared Mod Helpers]]
+
[[Category:Osiris Shared Mod Helpers|ClearStoryMove]]

Latest revision as of 15:40, 21 February 2018

Full Definition(s)
  • PROC ProcClearStoryMove((CHARACTERGUID)_Char)
Description

See the notes of ProcCharacterMoveTo for the usage of this routine.

Return Values
  • /
Notes
  • /
See Also