aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/constants.lsl
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-21 10:57:19 +1000
committerDavid Walter Seikel2012-01-21 10:57:19 +1000
commitf496ed1880d0140b171dd96642692a155fb85104 (patch)
treebaa673455b920a50ac69b8c63621dec8c5732b3f /LuaSL/src/constants.lsl
parentAdd LSL constants by simply compiling an LSL script with them all, and keepin... (diff)
downloadSledjHamr-f496ed1880d0140b171dd96642692a155fb85104.zip
SledjHamr-f496ed1880d0140b171dd96642692a155fb85104.tar.gz
SledjHamr-f496ed1880d0140b171dd96642692a155fb85104.tar.bz2
SledjHamr-f496ed1880d0140b171dd96642692a155fb85104.tar.xz
Make vectors and rotations parse.
Diffstat (limited to 'LuaSL/src/constants.lsl')
-rw-r--r--LuaSL/src/constants.lsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/LuaSL/src/constants.lsl b/LuaSL/src/constants.lsl
index 5caf962..3b2f5a8 100644
--- a/LuaSL/src/constants.lsl
+++ b/LuaSL/src/constants.lsl
@@ -18,6 +18,6 @@ integer FALSE = 0;
18string NULL_KEY = "00000000-0000-0000-0000-000000000000"; 18string NULL_KEY = "00000000-0000-0000-0000-000000000000";
19string EOF = "\n\n\n"; 19string EOF = "\n\n\n";
20 20
21//rotation ZERO_ROTATION = <0.0, 0.0, 0.0, 1.0>; 21rotation ZERO_ROTATION = <0.0, 0.0, 0.0, 1.0>;
22//vector ZERO_VECTOR = <0.0, 0.0, 0.0>; 22vector ZERO_VECTOR = <0.0, 0.0, 0.0>;
23 23