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

Method isClientOnly

Engine/source/console/simDatablock.h:131–131  ·  view source on GitHub ↗

Returns true if this is a client side only datablock (in other words a datablock allocated with 'new' instead of the 'datablock' keyword).

Source from the content-addressed store, hash-verified

129 /// other words a datablock allocated with 'new' instead of
130 /// the 'datablock' keyword).
131 bool isClientOnly() const { return getId() < DataBlockObjectIdFirst || getId() > DataBlockObjectIdLast; }
132
133 /// Get the modified key for this particular datablock.
134 S32 getModifiedKey() const { return modifiedKey; }

Callers 4

writeNewObjectMethod · 0.80
sWriteFunction · 0.80
SFXFMODEventMethod · 0.80
_populateMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected