Difference between revisions of "Osiris/API/CharacterAppearOnTrailOutOfSightTo"

From Divinity Engine Wiki
Jump to: navigation, search
m
m
Line 26: Line 26:
 
* [[Osiris/API/StoryEvent|StoryEvent]]
 
* [[Osiris/API/StoryEvent|StoryEvent]]
 
   
 
   
[[Category:Osiris Calls]]
+
[[Category:Osiris Calls|CharacterAppearOnTrailOutOfSightTo]]

Revision as of 17:08, 19 December 2017

Full Definition(s)
  • call CharacterAppearOnTrailOutOfSightTo((CHARACTERGUID)_Character, (GUIDSTRING)_Target, (INTEGER)_Angle, (INTEGER)_PlaySpawn, (STRING)_Event)
Description

Same as CharacterAppearOutOfSightTo, but _Character will walk via positions occupied by _Target over the last few seconds (making it seem as if _Character was following in the trail of _Target). It will initially approach the last cached position of _Target from angle _Angle.

Notes
See Also