Namespace: CreepyTowers.AvatarsAssembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
protected static IEnumerable<Creep> GetCreepsWithinRange(
Vector2D position,
float range
)
protected static IEnumerable<Creep> GetCreepsWithinRange(
Vector2D position,
float range
)
Protected Shared Function GetCreepsWithinRange (
position As Vector2D,
range As Single
) As IEnumerable(Of Creep)
Protected Shared Function GetCreepsWithinRange (
position As Vector2D,
range As Single
) As IEnumerable(Of Creep)
protected:
static IEnumerable<Creep^>^ GetCreepsWithinRange(
Vector2D position,
float range
)
protected:
static IEnumerable<Creep^>^ GetCreepsWithinRange(
Vector2D position,
float range
)
static member GetCreepsWithinRange :
position : Vector2D *
range : float32 -> IEnumerable<Creep>
static member GetCreepsWithinRange :
position : Vector2D *
range : float32 -> IEnumerable<Creep>
Return Value
Type:
IEnumerable Creep