Re: Declaring an array of handles to functions in BGT?

yes. smile That did seem to work. The only problem now is that I am now running into another problem. I have a class with a function called, "push". When I attempt to call the push function from within another class such as below:
brain.push(find_leaves());
I get an error when trying to run the program. The push function takes only one parameter:
bool push(my_function_type@ func) {

I'm sure there's some obvious reason why this is not working, but I can't seem to figure it out. I've tried many different variants of the two lines above with no success.

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

Reply via email to