Changeset 8729 for code/trunk/data/lua
- Timestamp:
- Jul 4, 2011, 2:47:44 AM (13 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
-
code/trunk/data/lua/Tools.lua
r6746 r8729 16 16 end 17 17 18 -- Short forms for TriBool 19 TriBool = 20 { 21 True = orxonox.TriBool.True, 22 False = orxonox.TriBool.False, 23 Dontcare = orxonox.TriBool.Dontcare 24 } 18 -- Shortcuts for tribool 19 tribool = orxonox.tribool 20 dontcare = orxonox.dontcare_keyword_t()
Note: See TracChangeset
for help on using the changeset viewer.