admiralnelson

Results 2 issues of admiralnelson

I wish doxygen documents is hosted online somewhere, it's kinda annoying just to clone and make my own copy to read documentations. Anyway, this framework really helps me to make...

documentation

```ts const factionKeys = [ "bretonnia1", "bretonnia1", "bretonnia1", "bretonnia1", "bretonnia12" ] declare interface OpaqueObject {} declare function GetFaction(factionKey: string) : OpaqueObject for (const f of factionKeys) { try { const...

bug
scope: transformation