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

Method getUpdatePriority

Engine/source/sim/netObject.cpp:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310//-----------------------------------------------------------------------------
311
312F32 NetObject::getUpdatePriority(CameraScopeQuery*, U32, S32 updateSkips)
313{
314 return F32(updateSkips) * 0.1;
315}
316
317U32 NetObject::packUpdate(NetConnection* conn, U32 mask, BitStream* stream)
318{

Callers 1

ghostWritePacketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected