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 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.