blob: ca5b22443df4e4b6e3333bf5386f690ea0a34411 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001CONCEPT
2 efuns
3
4DESCRIPTION
5 Efuns are "system calls" in the LPC driver, the C program
6 which compiles and executes the LPC programs of the mudlib.
7 These are hardcoded functions which perform basic tasks which
8 would be ineffective or impossible to be implemented in the
9 mudlib.
10
11 There are efuns for accessing the underlying filesystem, for
12 creating, moving and destructing objects, for writing
13 messages to users, for manipulation of LPC data types.
14
15SEE ALSO
16 efun(E), lfuns(LPC), applied(A), master(M)