MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / clone

Method clone

Engine/source/sfx/sfxStream.h:58–58  ·  view source on GitHub ↗

Make a copy of this stream with its own private state, so new independent read() operations can be issued on the same data stream. @return Returns a copy of the stream or NULL.

Source from the content-addressed store, hash-verified

56 ///
57 /// @return Returns a copy of the stream or NULL.
58 virtual SFXStream* clone() const { return NULL; }
59
60 /// The format of the data in the stream.
61 virtual const SFXFormat& getFormat() const = 0;

Callers 2

_resetStreamMethod · 0.45
SFXFileStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected