Changes between Version 9 and Version 10 of Clojure Client Tutorial
- Timestamp:
- Aug 2, 2011 12:26:39 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clojure Client Tutorial
v9 v10 53 53 client.utilities/run-ioquake 54 54 ([level] [path level]) 55 This function launches ioquake with the specified level, if the path to ioquake is hardcoded into this function, type '(run-ioquake <level>)' 56 where <level> is a map in the maps folder of ioquake, else you must provide the path. 55 This function launches ioquake with the specified level, if the path to ioquake is hardcoded into this function, type '(run-ioquake <level>)' where <level> is a map in the maps folder of ioquake, else you must provide the path. 57 56 nil 58 57 }}}