Dans le fichier labgame.c :

static int CanMoveTo

(int x, int y)

Fonction booléene(en sens du language C)

Documentation

Fonction booléene(en sens du language C)
Paramètres :
x - Position X dans le labyrinthe
y - Position Y dans le labyrinthe
Renvoie :
1(vrai) si on peut aller à la position (x,y), 0(faux) sinon

Index alphabétique



This page was generated with the help of DOC++.