Open Rails

MSTSWagon.Copy Method

[This is preliminary documentation and subject to change.]

This initializer is called when we are making a new copy of a car already loaded in memory. We use this one to speed up loading by eliminating the need to parse the wag file multiple times. IMPORTANT NOTE: everything you initialized in parse, must be initialized here

public virtual void Copy(
   MSTSWagon copy
);

See Also

MSTSWagon Class | ORTS Namespace