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

Method setStream

Engine/source/core/stream/streamObject.h:59–59  ·  view source on GitHub ↗

Set the stream to allow reuse of the object

Source from the content-addressed store, hash-verified

57
58 /// Set the stream to allow reuse of the object
59 void setStream(Stream *stream) { mStream = stream; }
60
61 /// Get the underlying stream. Used with setStream() to support object reuse
62 Stream *getStream() { return mStream; }

Callers 2

createStreamObjectMethod · 0.45
closeFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected