Organizes Patch
objects within the Patches object. Takes a patch object when created by Agents.initialize()
, places it in the appropriate list, and assigns its position
property.
WARNING: This is an internal function. Its use in user code is not recommended or supported, and its signature can change in future updates without warning. Use one of the suggested functions above instead, if applicable.
Parameters
patch — Patch, required
The patch to be placed.
Notes and Examples