How do I typecheck for an NPC Character Definition?

I would like to typecheck for an NPC Character Definition in my Verse device.

This is my relevant code:
@editable var EnemyDefinitionsBasic : []npc_spawner_device = array{}

I would like to have this check for the raw NPC Character Definitions instead of spawner devices. I cannot seem to find the autocomplete or documentation for this.

Developer assistant says it would be npc_identifier_device but I cannot figure out how to reference this, provided it is real.

Developer assistant now says that spawners cannot have the character definition changed at runtime anyhow, meaning if this is possible to reference (unlikely), I would not be able to do much with it.

You CAN’T check for a npc character definition but you CAN type check the NPC_Behavior (in the photo below I can check if my NPC type Dummy_NPC)

1 Like