Keyword(s) to search:
Sort results by title
Keyword Index
SaveGame
.
.
::
.
.
SeeWall Method
Check whether we can see a wall in a certain direction from a point
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
bool
SeeWall
(
int
direction
,
int
y
,
int
x
)
Parameters
direction
Type:
Int32
The direction in which we're looking
y
Type:
Int32
The y coordinate of our location
x
Type:
Int32
The x coordinate of our location
Return Value
True if we can see a wall, false if not
See Also
SaveGame Class
AngbandOS.Core Namespace