SaveGame..::..DamageMonster Method

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

Syntax


public bool DamageMonster(
	int mIdx,
	int dam,
	out bool fear,
	string note
)

Parameters

mIdx
Type: Int32
dam
Type: Int32
fear
Type: Boolean%
note
Type: String

Return Value

True, if the monster dies; false, otherwise.