WHAT THE FUCK IS THIS PIECE OF SHIT LINTER

This commit is contained in:
Mm2PL 2023-02-04 01:30:40 +01:00
parent 34b7a02602
commit 733c2baa42
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9

View file

@ -131,6 +131,7 @@ This function mimics Lua's `dofile` however relative paths are relative to your
You are restricted to loading files in your plugin's directory. You cannot load files with bytecode inside. You are restricted to loading files in your plugin's directory. You cannot load files with bytecode inside.
Example: Example:
``` ```
execfile("stuff.lua") -- executes Plugins/name/stuff.lua execfile("stuff.lua") -- executes Plugins/name/stuff.lua
execfile("./stuff.lua") -- executes Plugins/name/stuff.lua execfile("./stuff.lua") -- executes Plugins/name/stuff.lua