diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-02-17 14:28:11 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-02-17 14:28:11 +0100 |
commit | 5f092fe0ec8b6942c63262e7c14c7e4ba913b023 (patch) | |
tree | ba09d35bba020711d94d2c0d3fb80b0145b4d01d /src/lanes.lua | |
parent | 47eb3f94373a13ac9f204ca65dfde602f53bdc1a (diff) | |
download | lanes-5f092fe0ec8b6942c63262e7c14c7e4ba913b023.tar.gz lanes-5f092fe0ec8b6942c63262e7c14c7e4ba913b023.tar.bz2 lanes-5f092fe0ec8b6942c63262e7c14c7e4ba913b023.zip |
lindas can have a group for keeper state assignation control
Diffstat (limited to 'src/lanes.lua')
-rw-r--r-- | src/lanes.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lanes.lua b/src/lanes.lua index 86dbe47..5dfe41d 100644 --- a/src/lanes.lua +++ b/src/lanes.lua | |||
@@ -306,17 +306,6 @@ local function gen( ... ) | |||
306 | end | 306 | end |
307 | end | 307 | end |
308 | 308 | ||
309 | ---=== Lindas ===--- | ||
310 | |||
311 | -- We let the C code attach methods to userdata directly | ||
312 | |||
313 | ----- | ||
314 | -- lanes.linda(["name"]) -> linda_ud | ||
315 | -- | ||
316 | -- PUBLIC LANES API | ||
317 | local linda = core.linda | ||
318 | |||
319 | |||
320 | ---=== Timers ===--- | 309 | ---=== Timers ===--- |
321 | 310 | ||
322 | -- PUBLIC LANES API | 311 | -- PUBLIC LANES API |