Luna::get_type_attributes
Vector< Name > get_type_attributes(typeinfo_t type)
Gets all attributes of the specified type.
Parameters
-
in type
The type object.
Return value
Returns one vector that contains attribute names of all attributes of the specified type.
Valid Usage
type
must specify one valid type object.