Miscellaneous Functions: Difference between revisions
imported>Bale chat_notify added in r9043 |
imported>Bale m markup fix |
||
Line 27: | Line 27: | ||
{{Flink|string|get_property|string|desc=Gets a global or user preference as appropriate.}} | {{Flink|string|get_property|string|desc=Gets a global or user preference as appropriate.}} | ||
{{Flink|void|set_property|string|string|desc=Sets a global or user preference as appropriate.}} | {{Flink|void|set_property|string|string|desc=Sets a global or user preference as appropriate.}} | ||
{{Flink|void|batch_open|desc=Used to mark the beginning of a block of functions to operate in batch mode (see page for | {{Flink|void|batch_open|desc=Used to mark the beginning of a block of functions to operate in batch mode (see page for {{f|batch_close}} for details).}} | ||
{{Flink|boolean|batch_close|desc=Used to mark the end of a block of functions to operate in batch mode (see page for details).}} | {{Flink|boolean|batch_close|desc=Used to mark the end of a block of functions to operate in batch mode (see page for details).}} | ||
{{Flink|boolean|file_to_map|string|aggregate|desc=Loads a map from a tab-delimited text file.}} | {{Flink|boolean|file_to_map|string|aggregate|desc=Loads a map from a tab-delimited text file.}} |
Revision as of 08:55, 27 April 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()
batch_close()
for details).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()