Difference between revisions of "Osiris/API/CreateProjectileStrikeAtPosition"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * call '''CreateProjectileStrikeAtPosition'''(''(REAL)'''''_x''', ''(REAL)'''''_y''', ''(REAL)'''''_z''', ''(STRING)'''''_skillID''', ''(INTEGER...")
 
(No difference)

Latest revision as of 14:20, 28 August 2018

Full Definition(s)
  • call CreateProjectileStrikeAtPosition((REAL)_x, (REAL)_y, (REAL)_z, (STRING)_skillID, (INTEGER)_casterLevel)
Description

Creates a skill cast of ProjectileStrike type at target position. Used for projectiles falling from the sky.

Notes
  • _casterLevel: Level of skill to use
See Also