Difference between revisions of "Osiris/API/CharacterAppearOnTrailOutOfSightToObjectCustom"
From Divinity Engine Wiki
m |
m |
||
Line 26: | Line 26: | ||
* [[Osiris/API/StoryEvent|StoryEvent]] | * [[Osiris/API/StoryEvent|StoryEvent]] | ||
− | [[Category:Osiris Calls]] | + | [[Category:Osiris Calls|CharacterAppearOnTrailOutOfSightToObjectCustom]] |
Latest revision as of 16: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
- CharacterAppear
- CharacterAppearAt
- CharacterAppearAtCustom
- CharacterAppearAtPosition
- CharacterAppearAtPositionCustom
- CharacterAppearAtPositionOutOfSightTo
- CharacterAppearAtPositionOutOfSightToCustom
- CharacterAppearAtPositionOutOfSightToObject
- CharacterAppearAtPositionOutOfSightToObjectCustom
- CharacterAppearCustom
- CharacterAppearOnTrailOutOfSightTo
- CharacterAppearOnTrailOutOfSightToCustom
- CharacterAppearOnTrailOutOfSightToObject
- CharacterAppearOutOfSightTo
- CharacterAppearOutOfSightToCustom
- CharacterAppearOutOfSightToObject
- CharacterAppearOutOfSightToObjectCustom
- SetOnStage
- StoryEvent