|
api_add_generic_named_attribute
|
Creates a new generic named attribute owned by the given entity.
|
|
|
api_find_named_attribute
|
Finds the next named attribute with the same name.
|
|
|
api_initialize_generic_attributes
|
Initializes the generic attributes library.
|
|
|
api_remove_generic_named_attribute
|
Removes a named attribute attached to an entity.
|
|
|
api_terminate_generic_attributes
|
Terminates the generic attributes library.
|
|
|
is_ATTRIB_GENERIC
|
Determines if an
ENTITY is an
ATTRIB_GENERIC.
|
|
|
is_ATTRIB_GEN_ENTITY
|
Determines if an
ENTITY is an
ATTRIB_GEN_ENTITY.
|
|
|
is_ATTRIB_GEN_INTEGER
|
Determines if an
ENTITY is an
ATTRIB_GEN_INTEGER.
|
|
|
is_ATTRIB_GEN_NAME
|
Determines if an
ENTITY is an
ATTRIB_GEN_NAME.
|
|
|
is_ATTRIB_GEN_POINTER
|
Determines if an
ENTITY is an
ATTRIB_GEN_POINTER.
|
|
|
is_ATTRIB_GEN_POSITION
|
Determines if an
ENTITY is an
ATTRIB_GEN_POSITION.
|
|
|
is_ATTRIB_GEN_REAL
|
Determines if an
ENTITY is an
ATTRIB_GEN_REAL.
|
|
|
is_ATTRIB_GEN_STRING
|
Determines if an
ENTITY is an
ATTRIB_GEN_STRING.
|
|
|
is_ATTRIB_GEN_VECTOR
|
Determines if an
ENTITY is an
ATTRIB_GEN_VECTOR.
|
|
|
is_NAMED_ATTRIB
|
Determines if an
ENTITY is a
NAMED_ATTRIB.
|
|
|
is_NAMED_INT_ATTRIB
|
Determines if an
ENTITY is a
NAMED_INT_ATTRIB.
|
|
|
is_NAMED_LOGICAL_ATTRIB
|
Determines if an
ENTITY is a
NAMED_LOGICAL_ATTRIB.
|
|
|
is_NAMED_POS_ATTRIB
|
Determines if an
ENTITY is a
NAMED_POS_ATTRIB.
|
|
|
is_NAMED_REAL_ATTRIB
|
Determines if an
ENTITY is a
NAMED_REAL_ATTRIB.
|
|
|
is_NAMED_STRING_ATTRIB
|
Determines if an
ENTITY is a
NAMED_STRING_ATTRIB.
|
|
|
is_NAMED_VEC_ATTRIB
|
Determines if an
ENTITY is a
NAMED_VEC_ATTRIB.
|