Difference between revisions of "Osiris/API/CharacterAppearOnTrailOutOfSightToObjectCustom"

From Divinity Engine Wiki
Jump to: navigation, search
(Documented CharacterAppearOnTrailOutOfSightToCustom)
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
===== Full Definition(s) =====
 
===== Full Definition(s) =====
* call  '''CharacterAppearOnTrailOutOfSightToCustom'''(''(CHARACTERGUID)'''''_Character''', ''(GUIDSTRING)'''''_Target''', ''(GUIDSTRING)'''''_Object''', ''(STRING)'''''_Animation''', ''(STRING)'''''_Event''')
+
* call  '''CharacterAppearOnTrailOutOfSightToObjectCustom'''(''(CHARACTERGUID)'''''_Character''', ''(GUIDSTRING)'''''_Target''', ''(GUIDSTRING)'''''_Object''', ''(STRING)'''''_Animation''', ''(STRING)'''''_Event''')
 
===== Description =====
 
===== Description =====
Same as [[Osiris/API/CharacterAppearOnTrailOutOfSightTo|CharacterAppearOnTrailOutOfSightTo]] with '''_PlaySpawn''' = '''1''', except that the specified '''_Animation''' will be played when spawning instead of the default spawning animation.
+
Same as [[Osiris/API/CharacterAppearOnTrailOutOfSightToObject|CharacterAppearOnTrailOutOfSightToObject]] with '''_PlaySpawn''' = '''1''', except that the specified '''_Animation''' will be played when spawning instead of the default spawning animation.
 
===== Notes =====
 
===== Notes =====
 
* /
 
* /
Line 11: Line 11:
 
* [[Osiris/API/CharacterAppearAtPosition|CharacterAppearAtPosition]]
 
* [[Osiris/API/CharacterAppearAtPosition|CharacterAppearAtPosition]]
 
* [[Osiris/API/CharacterAppearAtPositionCustom|CharacterAppearAtPositionCustom]]
 
* [[Osiris/API/CharacterAppearAtPositionCustom|CharacterAppearAtPositionCustom]]
 +
* [[Osiris/API/CharacterAppearAtPositionOutOfSightTo|CharacterAppearAtPositionOutOfSightTo]]
 +
* [[Osiris/API/CharacterAppearAtPositionOutOfSightToCustom|CharacterAppearAtPositionOutOfSightToCustom]]
 +
* [[Osiris/API/CharacterAppearAtPositionOutOfSightToObject|CharacterAppearAtPositionOutOfSightToObject]]
 +
* [[Osiris/API/CharacterAppearAtPositionOutOfSightToObjectCustom|CharacterAppearAtPositionOutOfSightToObjectCustom]]
 
* [[Osiris/API/CharacterAppearCustom|CharacterAppearCustom]]
 
* [[Osiris/API/CharacterAppearCustom|CharacterAppearCustom]]
 
* [[Osiris/API/CharacterAppearOnTrailOutOfSightTo|CharacterAppearOnTrailOutOfSightTo]]
 
* [[Osiris/API/CharacterAppearOnTrailOutOfSightTo|CharacterAppearOnTrailOutOfSightTo]]
Line 22: Line 26:
 
* [[Osiris/API/StoryEvent|StoryEvent]]
 
* [[Osiris/API/StoryEvent|StoryEvent]]
  
[[Category:Osiris Calls]]
+
[[Category:Osiris Calls|CharacterAppearOnTrailOutOfSightToObjectCustom]]

Latest revision as of 17:08, 19 December 2017

Full Definition(s)
  • call CharacterAppearOnTrailOutOfSightToObjectCustom((CHARACTERGUID)_Character, (GUIDSTRING)_Target, (GUIDSTRING)_Object, (STRING)_Animation, (STRING)_Event)
Description

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

Notes
  • /
See Also