Difference between revisions of "Osiris/Shared/ProcClearStoryMove"

From Divinity Engine Wiki
Jump to: navigation, search
(Osiris Helper Mod APIs)
 
m
Line 2: Line 2:
 
* PROC '''ProcClearMovingFacts'''(''(CHARACTERGUID)'''''_Char''')
 
* PROC '''ProcClearMovingFacts'''(''(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]]

Revision as of 23:10, 25 August 2017

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

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

Return Values
  • /
Notes
  • /
See Also