View Single Post
psychonic

BAFFLED
Join Date: May 2008
Old 07-09-2015 , 19:46   Re: Security entity limit
Reply With Quote #14

Quote:
Originally Posted by Potato Uno View Post
EDIT: So every time an entity is created, you loop across all 2048 entities?
This could be more efficiently done by using FindEntityByClassname with "*" to only loop indexes that have valid entity at them, instead of checking each individually. (You'd still want to check <2048 to stop once past networked ents).
psychonic is offline