Just a custom Starfall library
| lua/starfall | ||
| README.md | ||
Just a custom SF library
- Re-implement
setfenv,getfenv, andenvforloadstring - Adds
Entity:adjustInputs,Entity:adjustOutputs, andEntity:adjustPorts- Functions exactly like the
wirecounterparts.
- Functions exactly like the
- Adds a custom library called
dev, which is locked behind a server-side hookNerdLib_CanUseDev(instance)- explicitly returning
trueallows this instance to use thedevlibrary - returning any non-
nilvalue to deny, and stop hook chain - returning
nilcontinues hook chain
- explicitly returning
| Color key | What is it? |
|---|---|
| Blue (#9999FF) | Server-only |
| Yellow (#FFFF99) | Client-only |
| Green (#99FF99) | Shared |
| Magenta (#FF99FF) | Argument |