Skip to main content Hitman modding resources

Entity subsets

Some entities have specific functionality that the engine needs to look out for. Audio is one example of this. If an entity doesn't specify that it produces audio, and then tries to produce audio, it can cause the game to function incorrectly.

Entity subsets are how you specify this functionality; you should usually specify that audio-producing entities are part of the root entity's AudioEmitters subset.