Changes

Jump to navigation Jump to search
m
no edit summary
Line 30: Line 30:  
var current_entity = wbproc.checkentity( relational_id_list );
 
var current_entity = wbproc.checkentity( relational_id_list );
 
// This should return an object of relations and ids
 
// This should return an object of relations and ids
 +
 +
console.log( wbproc.xcontains( current_entity, relational_id_list['controller_id'][3]) );
    
console.log("test: ")
 
console.log("test: ")
Line 218: Line 220:  
 
 
//|||||||||||||||||||||||||||||||||||||||||||||||||||||[  E N D  O F  S T E P  B L O C K    ]|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
//|||||||||||||||||||||||||||||||||||||||||||||||||||||[  E N D  O F  S T E P  B L O C K    ]|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 +
 +
Container.prototype.xcontains = function ( unv, angle ) {
 +
  return checkdive( unv, angle );
 +
}
    
function checkdive( array, read ){
 
function checkdive( array, read ){
530

edits

Navigation menu