Project Hoshimi Documented Class Library
IsInStream Method (X, Y)
NamespacesPH.MapTerrainIsInStream(Int32, Int32)
Return a reference to the Stream if there is one at the location
Declaration Syntax
C#Visual BasicVisual C++
public AirStream IsInStream(
	int X,
	int Y
)
Public Function IsInStream ( _
	X As Integer, _
	Y As Integer _
) As AirStream
public:
AirStream^ IsInStream(
	int X, 
	int Y
)
Parameters
X (Int32)
x
Y (Int32)
y
Return Value
The reference to the stream. If therre is no Stream, return null (Nothing for VB .NET)
Remarks

[Missing <remarks> documentation for M:PH.Map.Terrain.IsInStream(System.Int32,System.Int32)]

Assembly: PH.Map (Module: PH.Map) Version: 6.0.0.0