v1.2.112 - kfun - INDEX
acos
-
compute arc cosine
hash_md5
-
MD5 message digest
allocate
-
allocate an array
hash_sha1
-
SHA-1 message digest
allocate_float
-
allocate an array of floats
hash_string
-
hash a string with a given algorithm
allocate_int
-
allocate an array of integers
implode
-
implode a string
asin
-
compute arc sine
ldexp
-
add an integer to the exponent of a float
asn_add
-
add two arbitrary size numbers
log
-
compute natural logarithm
asn_and
-
logical and of two arbitrary size numbers
log10
-
base 10 logarithm
asn_cmp
-
compare two arbitrary size numbers
make_dir
-
create a directory
asn_div
-
divide one arbitrary size number by another
map_indices
-
get the indices of a mapping
asn_lshift
-
left shift an arbitrary size number
map_sizeof
-
get size of a mapping
asn_mod
-
one arbitrary size number modulo another
map_values
-
get the values of a mapping
asn_mult
-
multiply two arbitrary size numbers
millitime
-
return the current time in milliseconds
asn_or
-
logical or of two arbitrary size numbers
modf
-
compute floating point remainder
asn_pow
-
raise one arbitrary size number to the power of another
new_object
-
create a new light-weight object
asn_rshift
-
right shift an arbitrary size number
object_name
-
return the name of an object
asn_sub
-
subtract one arbitrary size number from another
parse_string
-
parse a string
asn_xor
-
logical xor of two arbitrary size numbers
pow
-
compute power
atan
-
compute arc tangent
previous_object
-
return the previous object
atan2
-
compute arc tangent of two variables
previous_program
-
return the previous program
block_input
-
block input on a connection
query_editor
-
query editor status
call_other
-
call a function in an object
query_ip_name
-
get the ip name of a user
call_out
-
call function with delay
query_ip_number
-
get the ip number of a user
call_touch
-
prepare to report when the object is next touched
random
-
return random number
call_trace
-
return the function call trace
read_file
-
read a file
ceil
-
round a float towards infinity
remove_call_out
-
remove a delayed call to a function
clone_object
-
clone an object
remove_dir
-
remove a directory
compile_object
-
compile an object
remove_file
-
remove a file
cos
-
compute cosine
rename_file
-
rename a file
cosh
-
compute hyperbolic cosine
restore_object
-
restore variables of an object
crypt
-
hash a password string
save_object
-
save variables of an object
ctime
-
convert a time integer into a string
send_datagram
-
send a message on the datagram channel
datagram_challenge
-
set the datagram challenge
send_message
-
send a message to a user
decrypt
-
decrypt a string
shutdown
-
shutdown the system
destruct_object
-
destruct an object
sin
-
comput sine
dump_state
-
create a state dump
sinh
-
compute hyperbolic sine
editor
-
handle an editor command
sizeof
-
get size of an array
encrypt
-
encrypt a string
sqrt
-
compute square root
error
-
cause an error
sscanf
-
simple string parser
exp
-
compute exponential
status
-
get information about resource usage
explode
-
explode a string
strlen
-
get length of a string
fabs
-
return the absolute value of a float
swapout
-
swap out all objects
find_object
-
find an object
tan
-
compute tangent
floor
-
round float towards minus infinity
tanh
-
compute hyperbolic tangent
fmod
-
floating point modulus
this_object
-
return current object
frexp
-
split float into fraction and exponent
this_user
-
return the current user
function_object
-
find a function in an object
time
-
return the current time
get_dir
-
get information about files in a directory
typeof
-
return the type of a value
hash_crc16
-
16 bit cyclic redundancy code
users
-
return array with users
hash_crc32
-
32 bit cyclic redundancy code
write_file
-
write to a file