Osiris/Shared/ProcCharacterFollowCharacter: Difference between revisions
Jump to navigation
Jump to search
m (typo fix) |
No edit summary |
||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | |||
* PROC '''ProcCharacterFollowCharacter'''(''(CHARACTERGUID)'''''_Char''',''(CHARACTERGUID)'''''_Target''') | |||
===== Description ===== | |||
Same as the Osiris call [[Osiris/API/CharacterFollowCharacter|CharacterFollowCharacter]], except that it also first automatically cancels '''_Char''' from following if it was already following someone else. Additionally, it stops the following behaviour when '''_Char''' gets involved in combat and resumes it afterwards. | |||
===== Notes ===== | |||
* Stop following through [[Osiris/Shared/ProcCharacterStopFollow|ProcCharacterStopFollow]]. | |||
===== See Also ===== | |||
* [[Osiris/API/CharacterFollowCharacter|CharacterFollowCharacter]] | |||
* Helper [[Osiris/Shared/ProcCharacterStopFollow|ProcCharacterStopFollow]] | |||
[[Category:Osiris Shared Mod Helpers|CharacterFollowCharacter]] |
Latest revision as of 14:39, 19 March 2021
Full Definition(s)
- PROC ProcCharacterFollowCharacter((CHARACTERGUID)_Char,(CHARACTERGUID)_Target)
Description
Same as the Osiris call CharacterFollowCharacter, except that it also first automatically cancels _Char from following if it was already following someone else. Additionally, it stops the following behaviour when _Char gets involved in combat and resumes it afterwards.
Notes
- Stop following through ProcCharacterStopFollow.