Miscellaneous Functions: Difference between revisions
imported>Bale who_clan |
imported>Bale chat_notify added in r9043 |
||
Line 4: | Line 4: | ||
{{Flink|void|chat_clan|string|string|desc=Sends a message to clan chat.}} | {{Flink|void|chat_clan|string|string|desc=Sends a message to clan chat.}} | ||
{{Flink|void|chat_macro|string|desc=Submits a chat macro to KoL.}} | {{Flink|void|chat_macro|string|desc=Submits a chat macro to KoL.}} | ||
{{Flink|void|chat_notify|string|string|desc=Sends a notification to the player's own chat.}} | |||
{{Flink|void|chat_private|string|string|desc=Sends a private message to another player.}} | {{Flink|void|chat_private|string|string|desc=Sends a private message to another player.}} | ||
{{Flink|boolean|is_online|string|desc=Check to see if a player is online.}} | {{Flink|boolean|is_online|string|desc=Check to see if a player is online.}} |
Revision as of 08:18, 15 February 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()
int gameday_to_int()
string now_to_string()
string time_to_string()
string today_to_string()
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()
boolean batch_close()
boolean file_to_map( string, aggregate )
boolean map_to_file( aggregate, string )
void clear( aggregate )
void disable( string )
void enable( string )
buffer load_html( string )
int get_revision()
string get_version()