5 lines
		
	
	
	
		
			129 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			129 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| fn test_func(vec3) {
 | |
|   if type_of(vec3) != "tests::rhai_tests::BevyVec3" { throw() }
 | |
|   // TODO: assert x,y,z
 | |
|   mark_success();
 | |
| }
 |