GetRegisteredLogNames

From the Oblivion ConstructionSet Wiki
Revision as of 21:10, 3 February 2010 by imported>Shademe (New page as the function was renamed)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for ConScribe.

Syntax:

(logNames:stringMap) GetRegisteredLogNames

Retrieves the calling mod's registered logs. The returned array is in the form of the following string map:

ResultArray[ "default log" ]
ResultArray[ "log list" ]


See also

RegisterLog
UnregisterLog