| 181 | } |
| 182 | |
| 183 | void Prefab::setScale(const VectorF & scale) |
| 184 | { |
| 185 | Parent::setScale( scale ); |
| 186 | |
| 187 | if ( isServerObject() ) |
| 188 | { |
| 189 | setMaskBits( TransformMask ); |
| 190 | _updateChildren(); |
| 191 | } |
| 192 | } |
| 193 | |
| 194 | U32 Prefab::packUpdate( NetConnection *conn, U32 mask, BitStream *stream ) |
| 195 | { |
no outgoing calls
no test coverage detected