added amb449

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401043
This commit is contained in:
Borja Ferrer
2007-07-04 11:09:48 +00:00
parent d5dbffc6ab
commit b80d04ba01
2 changed files with 23 additions and 0 deletions
+10
View File
@@ -264,6 +264,16 @@ native LogError(const String:format[], any:...);
*/
native GetTime(bigStamp[2]={0,0});
/**
* Format date and time.
*
* @param buffer Destination string buffer.
* @param maxlength Maximum length of output string buffer.
* @param format Formatting rules.
* @noreturn
*/
native FormatTime(String:buffer[], maxlength, const String:format[]);
/**
* Loads a game config file.
*