Osiris/API/CharacterAppearOnTrailOutOfSightToObject: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 (Osiris Core APIs)  | 
				mNo edit summary  | 
				||
| Line 2: | Line 2: | ||
* call  '''CharacterAppearOnTrailOutOfSightTo'''(''(CHARACTERGUID)'''''_Character''', ''(GUIDSTRING)'''''_Target''', ''(GUIDSTRING)'''''_Object''', ''(INTEGER)'''''_PlaySpawn''', ''(STRING)'''''_Event''')  | * call  '''CharacterAppearOnTrailOutOfSightTo'''(''(CHARACTERGUID)'''''_Character''', ''(GUIDSTRING)'''''_Target''', ''(GUIDSTRING)'''''_Object''', ''(INTEGER)'''''_PlaySpawn''', ''(STRING)'''''_Event''')  | ||
===== Description =====  | ===== Description =====  | ||
Same as '''CharacterAppearOutOfSightToObject''', but '''_Character''' will walk via positions occupied by '''_Target''' over the last few seconds (making it seem as if '''_Character''' is following in the trail of '''_Target'''). It will initially approach the last cached position of''' _Target''' from the direction of '''_Object'''.  | |||
===== Notes =====  | ===== Notes =====  | ||
* /  | * /  | ||
===== See Also =====  | ===== See Also =====  | ||
* CharacterAppear  | * [[Osiris/API/CharacterAppear|CharacterAppear]]  | ||
* [[Osiris/API/CharacterAppearOnTrailOutOfSightTo]]  | * [[Osiris/API/CharacterAppearOnTrailOutOfSightTo|CharacterAppearOnTrailOutOfSightTo]]  | ||
* [[Osiris/API/CharacterAppearOutOfSightTo]]  | * [[Osiris/API/CharacterAppearOutOfSightTo||CharacterAppearOutOfSightTo]]  | ||
* [[Osiris/API/CharacterAppearOutOfSightToObject]]  | * [[Osiris/API/CharacterAppearOutOfSightToObject|CharacterAppearOutOfSightToObject]]  | ||
[[Category:Osiris Calls]]  | [[Category:Osiris Calls]]  | ||
Revision as of 20:17, 9 August 2017
Full Definition(s)
- call CharacterAppearOnTrailOutOfSightTo((CHARACTERGUID)_Character, (GUIDSTRING)_Target, (GUIDSTRING)_Object, (INTEGER)_PlaySpawn, (STRING)_Event)
 
Description
Same as CharacterAppearOutOfSightToObject, but _Character will walk via positions occupied by _Target over the last few seconds (making it seem as if _Character is following in the trail of _Target). It will initially approach the last cached position of _Target from the direction of _Object.
Notes
- /