IDK what the fuck is going on, too tired to think
OK, so I think I was working on the parameters for CreateRoom() in lua, but then shit just got ot of control. IDK, I'm probably going about this all wrong anyway. I just want to finish this stage, and reach the high water mark again.
This commit is contained in:
@@ -43,20 +43,4 @@ RegionPagerLua* RoomData::GetPager() {
|
||||
|
||||
std::list<Entity*>* RoomData::GetEntityList() {
|
||||
return &entityList;
|
||||
}
|
||||
|
||||
int RoomData::SetLoadReference(int i) {
|
||||
return loadRef = i;
|
||||
}
|
||||
|
||||
int RoomData::GetLoadReference() {
|
||||
return loadRef;
|
||||
}
|
||||
|
||||
int RoomData::SetUnloadReference(int i) {
|
||||
return unloadRef = i;
|
||||
}
|
||||
|
||||
int RoomData::GetUnloadReference() {
|
||||
return unloadRef;
|
||||
}
|
||||
Reference in New Issue
Block a user