Comments translated from French to English.

dev-ui
Programerus 2012-03-20 18:47:17 +01:00
parent a708159d0f
commit 7dda7a0ac5
1 changed files with 5 additions and 3 deletions

View File

@ -12,7 +12,9 @@
// * GNU General Public License for more details. // * GNU General Public License for more details.
// * // *
// * You should have received a copy of the GNU General Public License // * You should have received a copy of the GNU General Public License
// * along with this program. If not, see http://www.gnu.org/licenses/.// Compilation d'une procédure avec un "point". // * along with this program. If not, see http://www.gnu.org/licenses/.
// Compilation of a procedure with a "dot".
int cPoint(CBotVar* &var, CBotString& retClass, void* user) int cPoint(CBotVar* &var, CBotString& retClass, void* user)
{ {
@ -40,7 +42,7 @@ int cPoint(CBotVar* &var, CBotString& retClass, void* user)
return CBotErrBadParam; return CBotErrBadParam;
} }
// Donne un paramètre de type "point". // Gives a parameter of type "point".
BOOL GetPoint(CBotVar* &var, int& exception, D3DVECTOR& pos) BOOL GetPoint(CBotVar* &var, int& exception, D3DVECTOR& pos)
{ {
@ -87,7 +89,7 @@ BOOL GetPoint(CBotVar* &var, int& exception, D3DVECTOR& pos)
// Compilation de l'instruction "space(center, rMin, rMax, dist)". // Compilation of the instruction "space(center, rMin, rMax, dist)".
int cSpace(CBotVar* &var, CBotString& retClass, void* user) int cSpace(CBotVar* &var, CBotString& retClass, void* user)
{ {