Expand description
Interface for objects and object handles.
Structs§
- Flags for mapping objects.
- An object ID.
- An object handle, granting access to object memory. An object handle can be in two modes:
Enums§
- Possible errors for mapping objects.
Functions§
- Map an object given by ID
id
with the given flags. - twz_
rt_ map_ two_ objects Deprecated - Release a handle. Should be only called by the ObjectHandle drop call.