Model.hm_undefinedmatchingcriteria#

Model.hm_undefinedmatchingcriteria(entity_type)#

Returns the supported undefined matching criteria for a given entity type (name, id or none).

Parameters:

entity_type (EntityFullType) – The type of entity to query. All entity types are valid.

Returns:

Example#

Get the undefined matching type for components#
import hm
import hm.entities as ent

model = hm.Model()

model.hm_undefinedmatchingcriteria(entity_type=ent.Component)