Return the type info object of the engine type that this type subtypes from.
| 436 | |
| 437 | /// Return the type info object of the engine type that this type subtypes from. |
| 438 | const EngineTypeInfo* getSuperType() const { return mSuperType; } |
| 439 | |
| 440 | /// Return the size of a single value in bytes. |
| 441 | /// Be aware that the value size refers to the value as it is passed around. For types using |
no outgoing calls
no test coverage detected