| IsLogOpen |
|---|
| Script function world.IsLogOpen
Read about scriptingType Method Summary Tests to see if a log file is open Prototype boolean IsLogOpen();
View list of data type meaningsDescription This returns true if the log file is currently open.VBscript example Jscript example PerlScript example Python example Lua example Return value See Also ... Topic
LoggingFunctions
CloseLog (Closes the log file)
FlushLog (Flushes the log file to disk)
LogInput (The property of whether commands are logged to the log file)
LogNotes (The property of whether notes are logged to the log file)
LogOutput (The property of whether MUD output is logged to the log file)
LogSend (Sends a message to the MUD and logs it)
OpenLog (Opens a log file.)
WriteLog (Writes to the log file)(Help topic: function=IsLogOpen)
Documentation contents page |