mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-04 13:23:54 -04:00
Clean up entity and world. Remove list:get
This commit is contained in:
parent
38d461f8d6
commit
0183421c47
7 changed files with 32 additions and 30 deletions
|
@ -64,13 +64,6 @@ function List:remove(obj)
|
|||
return self
|
||||
end
|
||||
|
||||
--- Gets an object by numerical index.
|
||||
-- @param index The index to look at
|
||||
-- @return The object at the index
|
||||
function List:get(index)
|
||||
return self[index]
|
||||
end
|
||||
|
||||
--- Gets if the List has the object.
|
||||
-- @param obj The object to search for
|
||||
-- true if the list has the object, false otherwise
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue