Difference between revisions of "Osiris/API/CharacterAppearOutOfSightToObject"
From Divinity Engine Wiki
m (Refer to StoryEvent) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
− | * call ''' | + | * call '''CharacterAppearOutOfSightToObject'''(''(CHARACTERGUID)'''''_Character''', ''(GUIDSTRING)'''''_Target''', ''(GUIDSTRING)'''''_Object''', ''(INTEGER)'''''_PlaySpawn''', ''(STRING)'''''_Event''') |
===== Description ===== | ===== Description ===== | ||
− | '''_Character''' should be off-stage when calling this routine. This call will place '''_Character''' on-stage out of sight of '''_Target''' in the direction of '''_Object | + | '''_Character''' should be off-stage when calling this routine. This call will place '''_Character''' on-stage out of sight of '''_Target''' in the direction of '''_Object'''. If '''_PlaySpawn''' is 1, '''_Character''''s spawn animation is played. If '''_PlaySpawn''' is 0, '''_Character''' is simply placed on-stage. '''_Event''' is triggered on '''_Character''' once it is on stage. |
===== Notes ===== | ===== Notes ===== | ||
* / | * / | ||
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/CharacterAppear|CharacterAppear]] | * [[Osiris/API/CharacterAppear|CharacterAppear]] | ||
+ | * [[Osiris/API/CharacterAppearAt|CharacterAppearAt]] | ||
+ | * [[Osiris/API/CharacterAppearAtCustom|CharacterAppearAtCustom]] | ||
+ | * [[Osiris/API/CharacterAppearAtPosition|CharacterAppearAtPosition]] | ||
+ | * [[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/CharacterAppearOnTrailOutOfSightTo|CharacterAppearOnTrailOutOfSightTo]] | * [[Osiris/API/CharacterAppearOnTrailOutOfSightTo|CharacterAppearOnTrailOutOfSightTo]] | ||
+ | * [[Osiris/API/CharacterAppearOnTrailOutOfSightToCustom|CharacterAppearOnTrailOutOfSightToCustom]] | ||
* [[Osiris/API/CharacterAppearOnTrailOutOfSightToObject|CharacterAppearOnTrailOutOfSightToObject]] | * [[Osiris/API/CharacterAppearOnTrailOutOfSightToObject|CharacterAppearOnTrailOutOfSightToObject]] | ||
+ | * [[Osiris/API/CharacterAppearOnTrailOutOfSightToObjectCustom|CharacterAppearOnTrailOutOfSightToObjectCustom]] | ||
* [[Osiris/API/CharacterAppearOutOfSightTo|CharacterAppearOutOfSightTo]] | * [[Osiris/API/CharacterAppearOutOfSightTo|CharacterAppearOutOfSightTo]] | ||
+ | * [[Osiris/API/CharacterAppearOutOfSightToCustom|CharacterAppearOutOfSightToCustom]] | ||
+ | * [[Osiris/API/CharacterAppearOutOfSightToObjectCustom|CharacterAppearOutOfSightToObjectCustom]] | ||
+ | * [[Osiris/API/SetOnStage|SetOnStage]] | ||
* [[Osiris/API/StoryEvent|StoryEvent]] | * [[Osiris/API/StoryEvent|StoryEvent]] | ||
− | [[Category:Osiris Calls]] | + | [[Category:Osiris Calls|CharacterAppearOutOfSightToObject]] |
Latest revision as of 09:55, 26 November 2019
Full Definition(s)
- call CharacterAppearOutOfSightToObject((CHARACTERGUID)_Character, (GUIDSTRING)_Target, (GUIDSTRING)_Object, (INTEGER)_PlaySpawn, (STRING)_Event)
Description
_Character should be off-stage when calling this routine. This call will place _Character on-stage out of sight of _Target in the direction of _Object. If _PlaySpawn is 1, _Character's spawn animation is played. If _PlaySpawn is 0, _Character is simply placed on-stage. _Event is triggered on _Character once it is on stage.
Notes
- /
See Also
- CharacterAppear
- CharacterAppearAt
- CharacterAppearAtCustom
- CharacterAppearAtPosition
- CharacterAppearAtPositionCustom
- CharacterAppearAtPositionOutOfSightTo
- CharacterAppearAtPositionOutOfSightToCustom
- CharacterAppearAtPositionOutOfSightToObject
- CharacterAppearAtPositionOutOfSightToObjectCustom
- CharacterAppearCustom
- CharacterAppearOnTrailOutOfSightTo
- CharacterAppearOnTrailOutOfSightToCustom
- CharacterAppearOnTrailOutOfSightToObject
- CharacterAppearOnTrailOutOfSightToObjectCustom
- CharacterAppearOutOfSightTo
- CharacterAppearOutOfSightToCustom
- CharacterAppearOutOfSightToObjectCustom
- SetOnStage
- StoryEvent