Skip to content
Snippets Groups Projects
Commit 7203c506 authored by dg's avatar dg
Browse files

doc

git-svn-id: http://svn.net-core.org/repos/t-engine4@1054 51575b47-30f0-44d4-a5cc-537603b46e54
parent 37fa3296
No related branches found
No related tags found
No related merge requests found
......@@ -554,6 +554,8 @@ function _M:applyESP(x, y, v)
end
--- Check all entities of the grid for a property until it finds one/returns one
-- This will stop at the first entity with the given property (or if the property is a function, the return of the function that is not false/nil).
-- No guaranty is given about the iteration order
-- @param x position
-- @param y position
-- @param what property to check
......@@ -568,6 +570,8 @@ function _M:checkAllEntities(x, y, what, ...)
end
--- Check all entities of the grid for a property, discarding the results
-- This will iterate over all entities without stoping.
-- No guaranty is given about the iteration order
-- @param x position
-- @param y position
-- @param what property to check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment