Osiris/Shared/ProcClearStoryMove: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Osiris Helper Mod APIs)
 
mNo edit summary
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 21: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