Difference between revisions of "Osiris/API/CharacterAppearOnTrailOutOfSightToCustom"

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|CharacterAppearOnTrailOutOfSightToCustom]]

Latest revision as of 17:08, 19 December 2017

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

Same as CharacterAppearOnTrailOutOfSightTo with _PlaySpawn = 1, except that the specified _Animation will be played when spawning instead of the default spawning animation.

Notes
See Also