Game Development Community

GetGroup returns -1

by Levi · in Torque Game Builder · 02/03/2006 (8:52 pm) · 4 replies

In the beta 1, when i call getGroup, even on an object i just set the group on, it returns -1. Is this a bug or am I missing something?

#1
02/03/2006 (9:45 pm)
Okay, so figured it out...it was changed to GetGraphGroup so it wouldn't hide SimObject.GetGroup.

But shouldn't SetGroup be updated to SetGraphGroup too?
#2
02/05/2006 (12:31 pm)
Me also got confused. It took me such a time to figure out what is wrong in my code because my code didn't work as in previous release. Is it specified in changeLog?
#3
02/07/2006 (9:55 am)
This is NOT in the changelog. Lost an hour here. Gar.
#4
02/07/2006 (10:04 am)
Hey guys,
Sorry about this not being in the changelog, I don't know how it got left out as it's a pretty important change to note. The changelog has been updated and the setGroup has been renamed setGraphGroup. This will be implemented in the next release but for now, know that getGroup is now getGraphGroup and setGroup has not changed until the new release. Sorry for the confusion.

Cheers,
-Justin