mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-28 17:01:18 +00:00
18 lines
783 B
Markdown
18 lines
783 B
Markdown
# Reference Links
|
|
|
|
## Official Documentation
|
|
|
|
- **Effective FiveM Lua**: https://manason.github.io/effective-fivem-lua/
|
|
- **Lua 5.4 Reference Manual**: https://www.lua.org/manual/5.4/
|
|
- **Programming in Lua (book)**: https://www.lua.org/pil/
|
|
|
|
## Specific Topics
|
|
|
|
- **Functions**: https://manason.github.io/effective-fivem-lua/functions/
|
|
- **Tables**: https://manason.github.io/effective-fivem-lua/tables/
|
|
- **Variables**: https://manason.github.io/effective-fivem-lua/variables/
|
|
- **Conditionals**: https://manason.github.io/effective-fivem-lua/conditionals/
|
|
- **Error Handling**: https://manason.github.io/effective-fivem-lua/errors/
|
|
- **Structure/Scope**: https://manason.github.io/effective-fivem-lua/structure/
|
|
- **Events**: https://manason.github.io/effective-fivem-lua/events/
|