SaveGame..::..GetMonNum Method

Returns the index of a monster.

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

Syntax


public int GetMonNum(
	int level,
	Nullable<MonsterSelector> getMonNumHook
)

Parameters

level
Type: Int32
getMonNumHook
Type: Nullable<(Of <(<'MonsterSelector>)>)>

Return Value