From fe418e3baf8ec8f8fc30892b8b4c24af23e5b3de Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 15 Apr 2024 11:52:28 -0500 Subject: docs --- docs/net.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/net.md') diff --git a/docs/net.md b/docs/net.md index 8becf4c..8c4f53b 100644 --- a/docs/net.md +++ b/docs/net.md @@ -10,6 +10,15 @@ the function will be ran on initilization, the argument has info on the server a ** right now everything within a server:GET function is partially global, it can read global variables (by making a copy), it can not read/copy local variables or modify globals + +also, (for now) all globals must be refrenced as _G, +ie: +function foo() + ... +end + +_G.foo() +_G.llib.crypto.md5("hewwo purr") ** ```lua -- cgit v1.2.3