System
System functions.
Callback and search features
callback | Create a callback function. |
freecallback | Free a created callback function. |
getid | Getting the code of an object by its name. |
Type functions
destroy | Destroying an object. |
new | Creating an object. |
sizeof | Get the size of the type. |
type_delete | Delete the object as located by the pointer. |
type_hasdelete | Whether an object should be deleted. |
type_hasinit | Whether an object should be initialized. |
type_init | Initiate the object as located by the pointer. |