Fix util::ostringstream, fix pretty-printing, stub out new globals
This commit is contained in:
@@ -5,13 +5,16 @@
|
||||
LuaDefine(global_set, "varname, value",
|
||||
"|Store data in the global data table."
|
||||
"|"
|
||||
"|The variable name must be a string which is a valid"
|
||||
"|lua identifier."
|
||||
"|"
|
||||
"|You can store global data using global.set, then you can"
|
||||
"|retrieve it using global.get. You can also retrieve data using"
|
||||
"|gv.varname, which is just shorthand for global.get. You may not"
|
||||
"|store data using gv.varname=value, this yields the error 'Use "
|
||||
"|global.set to store data in the global data table.'"
|
||||
"|"
|
||||
"|Values stored using global.set are difference transmitted to all"
|
||||
"|Values stored using global.set are transmitted to all"
|
||||
"|connected clients immediately. When a new client connects,"
|
||||
"|he will receive all the global data."
|
||||
"|"
|
||||
|
||||
Reference in New Issue
Block a user