Re: what is wrong with my bgt class?
Is this code valid in BGT? It might make everyone's lives easier:
// We aren't modifying any parameters.
car(const int wheels, const string model, const bool running)
{
this.wheels=wheels;
this.model=model;
this.running=running;
}
This kind of thing (constant parameters) is perfectly fine in C/C++, but does BGT accept it? I can't imagine why it wouldn't, but I don't know much about angelscript myself.
-- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector