[ Version ( deprecated = true , deprecated_since = "0.2.2" ) ]
public PlatformList new_intersection (PlatformList sourceTwo)
Warning: new_intersection is deprecated since 0.2.2.
Construct a new platform list that is filled with only the platforms that are present in both this and
sourceTwo
.
Use new_intersection instead.
this |
the first platform list to copy |
sourceTwo |
the second platform list to copy |
an intersection of the two platform lists |