Namespace: GameOfDeathAssembly: GameOfDeath (in GameOfDeath.exe) Version: 1.1.1.0 (1.1.1)
public virtual bool ShouldSurvive(
int x,
int y
)
public virtual bool ShouldSurvive(
int x,
int y
)
Public Overridable Function ShouldSurvive (
x As Integer,
y As Integer
) As Boolean
Public Overridable Function ShouldSurvive (
x As Integer,
y As Integer
) As Boolean
public:
virtual bool ShouldSurvive(
int x,
int y
)
public:
virtual bool ShouldSurvive(
int x,
int y
)
abstract ShouldSurvive :
x : int *
y : int -> bool
override ShouldSurvive :
x : int *
y : int -> bool
abstract ShouldSurvive :
x : int *
y : int -> bool
override ShouldSurvive :
x : int *
y : int -> bool
Return Value
Type:
Boolean