====== containerFindFirst ====== (bitset type, Point3F point, float x, float y, float z)Find objects matching the bitmask type within a box centered at point, with extents x, y, z. Returns the first object found; thereafter, you can get more results using containerFindNext(). ===== Syntax ===== string containerFindFirst(bitset %type, Point3F %point, float %x, float %y, float %z); ===== Parameters ===== [[scripting:doc:engine:types:bitset|bitset]] **%%%type%%**\\ No description available. [[scripting:doc:engine:types:Point3F|Point3F]] **%%%point%%**\\ No description available. [[scripting:doc:engine:types:float|float]] **%%%x%%**\\ No description available. [[scripting:doc:engine:types:float|float]] **%%%y%%**\\ No description available. [[scripting:doc:engine:types:float|float]] **%%%z%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:string|string]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:u:containerfindnext|containerFindNext]]\\ ===== References ===== This function is not called by any other functions.