Osiris/Shared/PROC StopFollow: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to 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 12:26, 19 March 2021

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

Counterpart of PROC_Follow.

Notes
See Also