Changeset 8107 for code/branches/tetris/src/libraries
- Timestamp:
- Mar 23, 2011, 9:41:21 PM (14 years ago)
- Location:
- code/branches/tetris/src/libraries
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tetris/src/libraries/core/Loader.cc
r8079 r8107 144 144 @param verbose 145 145 Whether the loader is verbose (prints its progress in a low output level) or not. 146 @param bRemoveLuaTags 147 If true lua tags are just ignored and removed. The default is false. 146 148 @return 147 149 Returns true if successful. -
code/branches/tetris/src/libraries/network/Host.cc
r8079 r8107 75 75 * @param packet Packet to be added 76 76 * @param clientID ID of the client the packet should be sent to 77 * @param channelID ID of the channel. 77 78 * @return success? 78 79 */ -
code/branches/tetris/src/libraries/network/MasterServerComm.h
r7804 r8107 89 89 90 90 /** \param callback The callback function to call with data received. 91 * \param delayms Delay in milliseconds. 91 92 * \return 0 for success, other for error 92 93 *
Note: See TracChangeset
for help on using the changeset viewer.