Page 1 of 1

GE headers

PostPosted: Wed Jan 09, 2008 4:51 pm
by Bee-Ant
Whatever the headers inside GE???
string.h, stdlib.h, stdio.h, conio.h, or what???
Btw, can I replace strcpy with printf or puts??? :roll:

Re: GE headers

PostPosted: Wed Jan 09, 2008 5:06 pm
by makslane
There are some builtin function, like strcpy, declared inside the editor.
Look the docs for a complete list.

Code: Select all
Btw, can I replace strcpy with printf or puts???


The strcpy function is a copy function. The printf and puts are text out functions.
The only way you have to print text in the Game Editor is change the text or textNumber variables.

Re: GE headers

PostPosted: Wed Jan 09, 2008 5:21 pm
by Bee-Ant
OK...I'll check...but, please answer my questions if I back and bring more questions... :lol: