aboutsummaryrefslogtreecommitdiff
path: root/gamemode/utility/stream.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/utility/stream.lua')
-rw-r--r--gamemode/utility/stream.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/gamemode/utility/stream.lua b/gamemode/utility/stream.lua
index cdf3933..75beb4c 100644
--- a/gamemode/utility/stream.lua
+++ b/gamemode/utility/stream.lua
@@ -1,4 +1,6 @@
--[[
+ Public functions:
+ CreateStream(data_or_nil)
A stream object, has the methods:
stream:WriteString(string) :: nil
stream:WriteInt(num,bytes) :: nil