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