Osiris/API/CharacterAppearAtPositionOutOfSightTo

From Divinity Engine Wiki
Jump to: navigation, search
Full Definition(s)
  • call CharacterAppearAtPositionOutOfSightTo((CHARACTERGUID)_Character, (REAL)_X, (REAL)_Y, (REAL)_Z, (INTEGER)_Angle, (INTEGER)_PlaySpawn, (STRING)_Event)
Description

Same as CharacterAppearOutOfSightTo, except that instead of specifying a target from which _Character should appear out of sight, an absolute position is specified through the _X, _Y and _Z parameters.

Notes
See Also