mdouble
- Last UpdatedSep 05, 2024
- 1 minute read
This topic is about the MDOUBLE data type.
Value syntax
2.5,2.6,-2.3,19
Description
Comma separated (',') array of double precision values. Used, for example, for preserving matrix precision or passing data from the rendering engine to the script logic (such as camera data).
Attributes
These are the attributes for MDOUBLE.
|
Attribute |
Type |
Description |
|---|---|---|
|
[i] or elementAt(i) |
sdouble |
Use to obtain a single indexed value. |
|
isModified |
sbool |
Set to True in the frame where the value of this field is modified. |
|
length |
sint |
Returns the number of elements. |
|
type |
sstring |
Returns the type name. |