Instance.tags

Instance tags. By this parameter, it is possible to distribute an instance about groups, for example, instances that should not let the player in upon collision will be marked with the "solid" tag, but not necessarily only non-living creatures should be used, and others who should not squeeze through are marked with such a tag. (This is an example, there is no such implementation in the framework).

class Instance
string[] tags;

Meta