Added character iteration to the rooms

This commit is contained in:
Kayne Ruse
2015-03-02 04:26:34 +11:00
parent b8806cc209
commit bd68af5875
2 changed files with 29 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ roomSystem.RoomManager.SetOnCreate(function(room, index)
--called ~60 times per second
roomSystem.Room.SetOnTick(room, function(room)
characterSystem.CharacterManager.ForEach(function(character)
roomSystem.Room.ForEachCharacter(room, function(character)
print(characterSystem.Character.GetHandle(character))
end)
--[[