Osiris/API/StopFollow: Difference between revisions

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