ZERO VECTOR
Jump to navigation
Jump to search
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: vector ZERO_VECTOR = <0.0, 0.0, 0.0>;The vector constant ZERO_VECTOR has the value <0.0, 0.0, 0.0>
The default value for a variable of vector type.
Caveats
Related Articles
Notes
- Is treated like FALSE in conditionals.