Namespace: Drench.GamesAssembly: Drench (in Drench.exe) Version: 1.1.1.0 (1.1.1)
protected abstract bool ProcessDesiredMove(
int x,
int y
)
protected abstract bool ProcessDesiredMove(
int x,
int y
)
Protected MustOverride Function ProcessDesiredMove (
x As Integer,
y As Integer
) As Boolean
Protected MustOverride Function ProcessDesiredMove (
x As Integer,
y As Integer
) As Boolean
protected:
virtual bool ProcessDesiredMove(
int x,
int y
) abstract
protected:
virtual bool ProcessDesiredMove(
int x,
int y
) abstract
abstract ProcessDesiredMove :
x : int *
y : int -> bool
abstract ProcessDesiredMove :
x : int *
y : int -> bool
Return Value
Type:
Boolean