Skip to content
Snippets Groups Projects
Commit 517fb8ed authored by lowercasedonkey's avatar lowercasedonkey
Browse files

ubdebt

parent d09441a1
No related branches found
No related tags found
No related merge requests found
/** Get all the enunciations used by a particular slave as a destructurable object. /** Get all the enunciations used by a particular slave as a destructurable object.
* @param {App.Entity.SlaveState} slave * @param {App.Entity.SlaveState} slave
* @returns {{title: string, say: string, * @returns {{title: string, say: string,
* s: string, S: string, ss: string, * s: string, S: string, ss: string,
* c: string, C: string, cc: string, * c: string, C: string, cc: string,
* z: string, Z: string, zz: string, * z: string, Z: string, zz: string,
* ch: string, Ch: string, * ch: string, Ch: string,
* ps: string, Ps: string, * ps: string, Ps: string,
* sh: string, Sh: string, * sh: string, Sh: string,
* sc: string, Sc: string, * sc: string, Sc: string,
* sch: string, Sch: string, * sch: string, Sch: string,
* x: string, X: string}} * x: string, X: string}}
*/ */
globalThis.getEnunciation = function(slave) { globalThis.getEnunciation = function(slave) {
let ret = {}; let ret = {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment