Keyword(s) to search:
Sort results by title
Keyword Index
SaveGame
.
.
::
.
.
DamageMonster Method
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
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.
See Also
SaveGame Class
AngbandOS.Core Namespace