Difference between revisions of "Osiris/Shared/PROC StopFollow"

From Divinity Engine Wiki
Jump to: navigation, search
(Updated for bg3)
Line 1: Line 1:
 
===== Full Definition(s) =====
 
===== Full Definition(s) =====
* PROC '''ProcCharacterStopFollow'''(''(CHARACTERGUID)'''''_Char''')
+
* PROC '''PROC_StopFollow'''(''(CHARACTER)'''''_Char''')
 
===== Description =====
 
===== Description =====
Counterpart of [[Osiris/Shared/ProcCharacterFollowCharacter|ProcCharacterFollowCharacter]].
+
Counterpart of [[Osiris/Shared/PROC_Follow|PROC_Follow]].
===== Return Values =====
 
* /<u> </u>
 
 
===== Notes =====
 
===== Notes =====
* /
+
 
 
===== See Also =====
 
===== See Also =====
* [[Osiris/API/CharacterStopFollow|CharacterStopFollow]]
+
* [[Osiris/API/StopFollow|StopFollow]]
* Helper [[Osiris/Shared/ProcCharacterFollowCharacter|ProcCharacterFollowCharacter]]
+
* Helper [[Osiris/Shared/PROC_Follow|PROC_Follow]]
 
   
 
   
[[Category:Osiris Shared Mod Helpers|CharacterStopFollow]]
+
[[Category:Osiris Shared Mod Helpers|StopFollow]]

Revision as of 13:26, 19 March 2021

Full Definition(s)
  • PROC PROC_StopFollow((CHARACTER)_Char)
Description

Counterpart of PROC_Follow.

Notes
See Also