Re: error things

Yeah, it's complaining about the missing functions. A neat trick I've discovered over the years - you can define the functions just with the expected signature and no code at all between the left and right brace. It will go through the compiler and you can test what code you already have that way, writing the actual code of the functions in question later on.

The actual placement of the functions is totally up to you; they can be anywhere you can think of, at the top of the script, at the bottom, in the middle, inside an include you create, the only point where a function declaration cannot be located is inside another function, unlike some other languages. That means that declaring a function inside an if statement or a loop wouldn't work either, anyway.
Hope this helps,
Lukas

_______________________________________________
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : connor142 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : lukas via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : connor142 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : lukas via Audiogames-reflector

Reply via email to