Goonstation 13 - Modules - TypesVar Details - Proc Details

/datum/dwaine_syscall

DWAINE syscall datums are partial abstractions of the DWAINE kernel that allow programs to request a specific service of the kernel.

Vars

idThe ID integer for cache lookups.
kernelThe DWAINE kernel that this syscall datum belongs to.

Procs

executeExecute this system call.

Var Details

id

The ID integer for cache lookups.

kernel

The DWAINE kernel that this syscall datum belongs to.

Proc Details

execute

Execute this system call.