Class
RmfMapObject
since: 0
Description [src]
class Rmf.MapObject : GObject.Object
{
/* No available fields */
}
Base class for map objects.
All map object types (RmfWorldspawn, RmfSolid,
RmfEntity, and RmfGroup) are derived from this type.
Available since: 0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
unstable since: 2.0
Class structure
struct RmfMapObjectClass {
GObjectClass parent_class;
void (* load) (
RmfMapObject* map_object,
RmfLoader* loader
);
}
No description available.
Class members
parent_class: GObjectClass- No description available.
load: void (* load) ( RmfMapObject* map_object, RmfLoader* loader )- No description available.