pub fn script_class<'db>(db: &'db dyn Db, file: FileText) -> Arc<ScriptClass>Expand description
The member table of the script in file. Member types are resolved against the engine model
and the registry (a member typed as another class_name resolves to its ScriptRef).