Difference between revisions of "Osiris/Shared/ProcClearStoryMove"
From Divinity Engine Wiki
m |
(Must call ProcCharacterMoveTo rather than ProcClearMovingFacts) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
− | * PROC ''' | + | * PROC '''ProcClearStoryMove'''(''(CHARACTERGUID)'''''_Char''') |
===== Description ===== | ===== Description ===== | ||
See the notes of [[Osiris/Shared/ProcCharacterMoveTo|ProcCharacterMoveTo]] for the usage of this routine. | See the notes of [[Osiris/Shared/ProcCharacterMoveTo|ProcCharacterMoveTo]] for the usage of this routine. | ||
Line 10: | Line 10: | ||
* Helper [[Osiris/Shared/ProcCharacterMoveTo|ProcCharacterMoveTo]] | * Helper [[Osiris/Shared/ProcCharacterMoveTo|ProcCharacterMoveTo]] | ||
− | [[Category:Osiris Shared Mod Helpers]] | + | [[Category:Osiris Shared Mod Helpers|ClearStoryMove]] |
Latest revision as of 14: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
- Helper ProcCharacterMoveTo