Miscellaneous Functions: Difference between revisions
imported>Theraze |
imported>Theraze |
||
Line 12: | Line 12: | ||
{{Flink|int|gameday_to_int|desc=Returns the current KoL date as an integer.}} | {{Flink|int|gameday_to_int|desc=Returns the current KoL date as an integer.}} | ||
{{Flink|string|gameday_to_string|desc=Returns the current KoL date as a string.}} | {{Flink|string|gameday_to_string|desc=Returns the current KoL date as a string.}} | ||
{{Flink|int|gametime_to_int|desc=Returns the current KoL time in | {{Flink|int|gametime_to_int|desc=Returns the current KoL time in ms as an integer.}} | ||
{{Flink|string|now_to_string|string|desc=Returns current local time/date in SimpleDateFormat format.}} | {{Flink|string|now_to_string|string|desc=Returns current local time/date in SimpleDateFormat format.}} | ||
{{Flink|string|time_to_string|desc=Returns the current local time in HH:mm:ss z format.}} | {{Flink|string|time_to_string|desc=Returns the current local time in HH:mm:ss z format.}} |
Revision as of 16:54, 9 July 2011
Chat Functions
void chat_clan( string )
void chat_clan( string, string )
void chat_macro( string )
void chat_notify( string, string )
void chat_private( string, string )
boolean is_online( string )
boolean [string] who_clan()
Time Functions
int gameday_to_int()
string gameday_to_string()
string now_to_string( string )
string time_to_string()
string today_to_string()
Debugging Functions
void disable( string )
void enable( string )
buffer load_html( string )
string make_url( string, boolean, boolean )
Map Management Functions
boolean file_to_map( string, aggregate )
boolean map_to_file( aggregate, string )
void clear( aggregate )
Other Functions
void abort( [string] )
void print( string, [string] )
void print_html( string )
void logprint( string )
boolean cli_execute( string )
void wait( int )
void waitq( int )
boolean user_confirm( string )
string get_property( string )
void set_property( string, string )
void batch_open()
batch_close()
for details).boolean batch_close()
int get_revision()
string get_version()