====== Debris::init ====== (Point3F position, Point3F velocity)Set this piece of debris at the given position with the given velocity. ===== Syntax ===== bool Debris::init(Point3F %position, Point3F %velocity); ===== Parameters ===== [[scripting:doc:engine:types:Point3F|Point3F]] **%%%position%%**\\ No description available. [[scripting:doc:engine:types:Point3F|Point3F]] **%%%velocity%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:bool|bool]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== ===== References ===== This function is not called by any other functions.