Geas MUD, enter the Aventure!
Geas Home | Play the Game

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Efun/Sfun Index

Jump to:   A   B   C   D   E   F   G   I   L   M   N   O   P   Q   R   S   T   U   V   W  

Index Entry Section

A
abs() - Absolute value2.3.13 Math functions
acos() - Arcus cosinus trigonometric function2.3.13 Math functions
acosh() - Arcus cosinus hyperbolicus function2.3.13 Math functions
add_action() - Add a command catch-phrase linked to a function2.3.3 Object-inherent command handling
all_inventory() - Get the list of objects in the inventory2.3.5 The inventory and the environment
allocate() - Allocate an array1.2.13.1 How to declare and use arrays
allocate() - Allocate an array2.3.10 Array functions
asin() - Arcus sinus trigonometric function2.3.13 Math functions
asinh() - Arcus sinus hyperbolicus function2.3.13 Math functions
atan() - Arcus tangens trigonometric function2.3.13 Math functions
atan2() - Argument of rectangular coordinte2.3.13 Math functions
atanh() - Arcus tangens hyperbolicus function2.3.13 Math functions
atof() - Convert a string to float2.3.12 Type conversion
atoi() - Convert a string to integer2.3.12 Type conversion

B
break_string() - Break a string in pieces2.3.6 String functions

C
call_other() - Object-external function call2.2.1.2 Making single object-external function calls
calling_object() - Obtain a pointer to the calling object2.3.2.1 Object references relative to the current object
capitalize() - Change the first letter of a string to upper case2.3.6 String functions
cat() - List a portion of a file on screen2.3.16 Screen input/output
clear_bit() - Clear a bit in a field2.3.7 Bit functions
clone_object() - Clone an object2.3.2.2 Creating objects
command() - Execute a command2.3.3 Object-inherent command handling
commands() - Get all information on the available commands2.3.3 Object-inherent command handling
cos() - Cosinus trigonometric function2.3.13 Math functions
cosh() - Cosinus hyperbolicus function2.3.13 Math functions
creator() - Get the creator value from an object2.3.2.2 Creating objects
ctime() - Convert a timetamp to text2.3.8 Time functions

D
deep_inventory() - Get the recursive list of all objects in the inventory2.3.5 The inventory and the environment
destruct() - Destroy an object2.3.2.5 Destroying objects
disable_commmands() - Disable reception of command phrases2.3.3 Object-inherent command handling

E
ed() - Edit a file with the 'ed' editor2.3.14 File handling
enable_commands() - Enable reception of command phrases2.3.3 Object-inherent command handling
environment() - Get the environment object referenence2.3.5 The inventory and the environment
exp() - Exponential function, natural logarithm2.3.13 Math functions
explode() - Turn a string in to an array2.3.9 Array/string conversion

F
fact() - Factorial (gamma function)2.3.13 Math functions
file_name() - Find the string equivalent of the object pointer2.3.2.3 Finding references relative to another object
file_size() - Get information about a file2.3.14 File handling
file_time() - Get last modification time of a file2.3.14 File handling
file_time() - Get time status for a file2.3.8 Time functions
find_living() - Find a named living object2.3.2.3 Finding references relative to another object
find_object() - Find an object reference, given a string equivalent2.3.2.3 Finding references relative to another object
find_player() - Find a reference to a named player2.3.2.4 Object references to interactive objects
floatp() - Determine if a variable is of type float2.2.4 Type identification
ftoa() - Convert a float to string2.3.12 Type conversion
ftoi() - Convert a float to integer2.3.12 Type conversion
functionp() - Determine if a variable is of type function2.2.4 Type identification

G
get_alarm() - Get a previously set alarm2.3.4 Alarms: Asynchronous function execution
get_all_alarm() - Get all alarms in an object2.3.4 Alarms: Asynchronous function execution
get_auth() - Get the authority variable from an object2.3.2.2 Creating objects
get_dir() - Get the contents of a directory2.3.15 Directory handling
get_localcmd() - Get the command phrases for all available commands2.3.3 Object-inherent command handling
geteuid() - Get the effective user id from an object2.3.2.2 Creating objects
getuid() - Get the user id from an object2.3.2.2 Creating objects

I
implode() - Turn an array into a string2.3.9 Array/string conversion
input_to() - Get input from an interactive player2.3.16 Screen input/output
intp() - Determine if a variable is of type int2.2.4 Type identification
itof() - Convert an integer to float2.3.12 Type conversion

L
last_reference_time() - Get time for last reference of an object2.3.8 Time functions
living() - Determine if an object is living or not2.3.3 Object-inherent command handling
log() - Natural logarithm2.3.13 Math functions
lower_case()- Change an entire string to lower case2.3.6 String functions

M
m_delete() - Delete an entry in a mapping1.2.13.2 How to declare and use Mappings
m_delete() - Remove an entry from a mapping2.3.11 Mapping functions
m_indices() - Return a list with the index part of a mapping2.3.11 Mapping functions
m_restore_object() - Restore an object from a mapping2.3.11 Mapping functions
m_save_object() - Save an object in a mapping2.3.11 Mapping functions
m_sizeof() - Find the size of a mapping2.3.11 Mapping functions
m_values() - Return a list with the value part of a mapping2.3.11 Mapping functions
mappingp() - Determine if a variable is of type mapping2.2.4 Type identification
mappingp() - Determine if a variable is of type mapping2.3.11 Mapping functions
member_array() - Find if an element is part of an array2.3.10 Array functions
mkdir() - Create a directory2.3.15 Directory handling
mkmapping() - Create a mapping2.3.11 Mapping functions
move_object() - Move an object to the inventory of another object2.3.5 The inventory and the environment

N
notify_fail() - Store a fail-message string2.3.3 Object-inherent command handling

O
object_clones() - Find all clones of a given object2.3.2.3 Finding references relative to another object
object_time() - Get creation time for an object2.3.8 Time functions
objectp() - Determine if a variable is of type object2.2.4 Type identification

P
parse_command() - Parse user commands3.2 How to parse player commands
pointerp() - Determine if a variable is of type array2.2.4 Type identification
pointerp() - Determine if a variable is of type array2.3.10 Array functions
present() - Determine if a named object resides in the inventory2.3.5 The inventory and the environment
previous_object() - Obtain a pointer to the previous object2.3.2.1 Object references relative to the current object

Q
query_verb() - Get the last given command word2.3.3 Object-inherent command handling

R
random() - Get a random number2.3.13 Math functions
read_bytes() - Read text from file by byte2.3.14 File handling
read_file() - Read text from file by line2.3.14 File handling
remove_alarm() - Remove a previously set alarm2.3.4 Alarms: Asynchronous function execution
rename() - Rename or move a directory2.3.15 Directory handling
rename() - Rename or move a file2.3.14 File handling
restore_map() - Restore a mapping from file2.3.14 File handling
restore_object() - Restore an object's variables from file2.3.14 File handling
rm() - Remove a file2.3.14 File handling
rmdir() - Remove a directory2.3.15 Directory handling
rnd() - Get a random floating point value between 0 and 12.3.13 Math functions

S
save_map() - Save a mapping to file2.3.14 File handling
save_object() - Save an object's variables to file2.3.14 File handling
set_alarm() - Set an asynchronous alarm2.3.4 Alarms: Asynchronous function execution
set_auth() - Set the authority variable in an object2.3.2.2 Creating objects
set_bit() - Set a bit in a field2.3.7 Bit functions
set_living_name() - Set the name of a living object2.3.2.3 Finding references relative to another object
seteuid() - Set the effective user id in an object2.3.2.2 Creating objects
setuid() - Set the user id in an object2.3.2.2 Creating objects
shadow() - Shadow object members3.3 Masking functions in runtime, part 2
sin() - Sinus trigonometric function2.3.13 Math functions
sinh() - Sinus hyperbolicus function2.3.13 Math functions
sizeof() - Find the size of an array2.3.10 Array functions
sprintf() - Produce a formatted string2.3.6 String functions
sqrt() - Square root2.3.13 Math functions
sscanf() - Scan a string for formatted data2.3.12 Type conversion
str2val() - Reconvert a stored string value to a value2.3.12 Type conversion
stringp() - Determine if a variable is of type string2.2.4 Type identification
strlen() - Find the length of the string2.3.6 String functions

Jump to:   A   B   C   D   E   F   G   I   L   M   N   O   P   Q   R   S   T   U   V   W  


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by Ronny Wikh on July, 8 2003 using texi2html