iamgreaser / iamgreaser/seabase

Binary / text file loading

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Here's the API.

common.fetch("bin", fname) is meant to return a function, which, when called, returns a string. This is a workaround for the deferred loading system, which works OK for functions, but if we were to do it for strings, we'd end up with a horrible metatable + wrapper function hell, so it's better to just have a __call which returns our intended string.

...that's it, really.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.