summaryrefslogtreecommitdiff
path: root/scripts/enter_exit_session.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/enter_exit_session.lua')
-rwxr-xr-xscripts/enter_exit_session.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/enter_exit_session.lua b/scripts/enter_exit_session.lua
index d720070..b9b761b 100755
--- a/scripts/enter_exit_session.lua
+++ b/scripts/enter_exit_session.lua
@@ -1,8 +1,8 @@
--- SLIMax Mgr Lua Script v2
--- Copyright (c)2011-2013 by EK and Zappadoc - All Rights Reserved.
+-- SLIMax Mgr Lua Script v3
+-- Copyright (c)2012-2013 by Zappadoc - All Rights Reserved.
-- Event received when the car enter and exit the session.
--- param = device type (integer - see mDeviceType table)
+-- param = device type (integer - see GetDeviceType() )
-- enter session
function enterSessionEvent(devType)
-- call custom script
@@ -19,7 +19,7 @@ function enterSessionEvent(devType)
return 1
end
--- param = device type (integer - see mDeviceType table)
+-- param = device type (integer - see GetDeviceType() )
-- exit session
function exitSessionEvent(devType)
-- call custom script