Class

RmfWorldspawn

since: 0

Description [src]

final class Rmf.Worldspawn : Rmf.EntityData
{
  /* No available fields */
}

The root object of the map’s object tree.

Available since: 0

Instance methods

rmf_worldspawn_get_n_paths

Gets the number of paths in the world.

since: 0

rmf_worldspawn_get_paths

Gets the RmfPaths associated with the object.

since: 0

Methods inherited from RmfEntityData (4)
rmf_entity_data_get_classname

Gets the entity’s classname.

since: 0

rmf_entity_data_get_keyvalues

Gets the key-values associated with the object.

since: 0

rmf_entity_data_get_n_keyvalues

Gets the number of keyvalues associated with the entity.

since: 0

rmf_entity_data_get_spawnflags

Gets the entity’s spawn flags.

since: 0

Methods inherited from RmfMapObject (6)
rmf_map_object_get_children

Gets the children of the object.

since: 0

rmf_map_object_get_color

Gets the object’s editor color.

since: 0

rmf_map_object_get_n_children

Gets the number of children belonging to the object.

since: 0

rmf_map_object_get_object_type

Gets the object’s type.

since: 0

rmf_map_object_get_visgroup_id

Gets the ID of the visgroup this object belongs to.

since: 0

rmf_map_object_load

Reads the object’s data from the loader.

since: 0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Rmf.Worldspawn:n-paths

Number of paths associated with the world.

since: 0

Rmf.Worldspawn:paths

A collection of paths associated with the world.

since: 0

Properties inherited from RmfEntityData (4)
Rmf.EntityData:classname

Name of the entity’s class.

since: 0

Rmf.EntityData:keyvalues

The key-value pairs associated with the entity.

since: 0

Rmf.EntityData:n-keyvalues

The number of key-value pairs associated with the entity.

since: 0

Rmf.EntityData:spawnflags

The entity’s spawn flags.

since: 0

Properties inherited from RmfMapObject (5)
Rmf.MapObject:children

List of child objects.

since: 0

Rmf.MapObject:color

Editor color of the object.

since: 0

Rmf.MapObject:n-children

Number of child objects.

since: 0

Rmf.MapObject:object-type

The object’s type.

since: 0

Rmf.MapObject:visgroup-id

ID of the visgroup this object belongs to.

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 RmfWorldspawnClass {
  RmfEntityDataClass parent_class;
  
}
No description available.
Class members
parent_class: RmfEntityDataClass
No description available.