Difference between revisions of "Osiris/API/StopFollow"

From Divinity Engine Wiki
Jump to: navigation, search
(Osiris Core APIs)
 
m
Line 6: Line 6:
 
* See [[[Osiris/API/CharacterFollowCharacter]]]
 
* See [[[Osiris/API/CharacterFollowCharacter]]]
 
===== See Also =====
 
===== See Also =====
* [[Osiris/API/CharacterFollowCharacter]]
+
* [[Osiris/API/CharacterFollowCharacter|CharacterFollowCharacter]]
* Helper [[Osiris/Shared/ProcCharacterStopFollowCharacter]]
+
* Helper [[Osiris/Shared/ProcCharacterStopFollow|ProcCharacterStopFollow]]
 
   
 
   
 
[[Category:Osiris Calls]]
 
[[Category:Osiris Calls]]

Revision as of 21:54, 25 August 2017

Full Definition(s)
  • call CharacterStopFollow((CHARACTERGUID)_Character)
Description

Stop _Character from following another character, if it currently was following anyone.

Notes
  • See [[[Osiris/API/CharacterFollowCharacter]]]
See Also