SaveGame..::..Project Method

Returns true, if the projectile actally hits and affects a monster.

Namespace:  AngbandOS.Core
Assembly:  AngbandOS.Core (in AngbandOS.Core.dll)

Syntax


public bool Project(
	int who,
	int rad,
	int y,
	int x,
	int dam,
	Projectile projectile,
	ProjectionFlag flg
)

Parameters

who
Type: Int32
rad
Type: Int32
y
Type: Int32
x
Type: Int32
dam
Type: Int32
projectile
Type: Projectile
flg
Type: AngbandOS.Core..::..ProjectionFlag

Return Value