Keyword(s) to search:
Sort results by title
Keyword Index
SaveGame
.
.
::
.
.
SummonItem Method
Summon an item to the player via telekinesis
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
void
SummonItem
(
int
dir
,
int
maxWeight
,
bool
requireLos
)
Parameters
dir
Type:
Int32
The direction to check for items
maxWeight
Type:
Int32
The maximum weight we can summon
requireLos
Type:
Boolean
Whether or not we require line of sight to the item
See Also
SaveGame Class
AngbandOS.Core Namespace