1 | static AIConcept fastLoadAIConcept(O o) { |
2 | AIConcept c = unlisted(AIConcept); |
3 | copyFields(o, c, "id", "globalID", "importedFrom", "originatingUniverse", "exportable", "imageMD5", "suggestedImageMD5", "searchedForSuggestedImage", "imported", "touched", "created", "name", "comment"); |
4 | c.pngFile.set(fastLoadPNGFile(get(get(o, "pngFile"), "value"))); |
5 | c.suggestedImage.set(fastLoadPNGFile(get(get(o, "suggestedImage"), "value"))); |
6 | ret c; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1007629 |
Snippet name: | fastLoadAIConcept |
Eternal ID of this version: | #1007629/5 |
Text MD5: | 729b5fba083d8b0416fa8c7bd679bf46 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-03-29 16:20:36 |
Source code size: | 449 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 568 / 567 |
Version history: | 4 change(s) |
Referenced in: | [show references] |