Expand description
Deploy-time validation of every script-ref field in the game config.
A config field referencing a native fn is a plain string; a typo’d name
makes the runtime lookup return None mid-gameplay (silently skipped slot
or failed event). validate_game_config_refs walks every ref-bearing
field and checks the name resolves to a callable registered for that exact
slot, so the admin deploy step / config validator fails loudly instead.
Functions§
- validate_
game_ config_ refs - Validate every script-ref field in
configagainstregistry.