MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / write

Method write

Engine/source/T3D/physics/physicsEvents.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void RadialImpulseEvent::write( NetConnection*, BitStream *bstream )
61{
62 mathWrite( *bstream, mPosition );
63 bstream->write( mRadius );
64 bstream->write( mMagnitude );
65}
66
67void RadialImpulseEvent::unpack( NetConnection *ps, BitStream *bstream )
68{

Callers 3

packDataMethod · 0.45
packDataMethod · 0.45
packMethod · 0.45

Calls 1

mathWriteFunction · 0.85

Tested by

no test coverage detected