
This page contains links to htmlised versions of the DGD kernel function (kfun) manual pages. Currently those pages are taken from DGD 1.1p5.
| allocate | allocate an array |
| call_other | call a function in an object |
| call_out | call function with delay |
| call_trace | return the function call trace |
| catch | catch errors in code |
| ceil | round a float towards infinity |
| clone_object | clone an object |
| compile_object | compile an object |
| crypt | encrypt a string |
| ctime | convert a time integer into a string |
| destruct_object | destruct an object |
| dump_state | create a state dump |
| editor | handle an editor command |
| error | cause an error |
| explode | explode a string |
| fabs | return the absolute value of a float |
| find_object | find an object |
| floor | round float towards minus infinity |
| fmod | floating point modulus |
| frexp | split float into fraction and exponent |
| function_object | find a function in an object |
| get_dir | get information about files in a directory |
| implode | implode a string |
| ldexp | add an integer to the exponent of a float |
| make_dir | create a directory |
| map_indices | get the indices of a mapping |
| map_sizeof | get size of a mapping |
| map_values | get the values of a mapping |
| modf | compute floating point remainder |
| object_name | return the name of an object |
| parse_string | parse a string |
| previous_object | return the previous object |
| previous_program | return the previous program |
| query_editor | query editor status |
| query_ip_number | get the ip number of a user |
| random | return random number |
| read_file | read a file |
| remove_call_out | remove a delayed call to a function |
| remove_dir | remove a directory |
| remove_file | remove a file |
| rename_file | rename a file |
| restore_object | restore variables of an object |
| save_object | save variables of an object |
| send_message | send a message to a user |
| shutdown | shutdown the system |
| sizeof | get size of an array |
| sscanf | simple string parser |
| status | get information about resource usage |
| strlen | get length of a string |
| swapout | swap out all objects |
| this_object | return current object |
| this_user | return the current user |
| time | return the current time |
| typeof | return the type of a value |
| users | return array with users |
| write_file | write to a file |
HTMLised 1998 Greg Lewis (glewis@maths.adelaide.edu.au)