Returns true if this is a client side only datablock (in other words a datablock allocated with 'new' instead of the 'datablock' keyword).
| 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; } |
no outgoing calls
no test coverage detected