Difference between revisions of "GetRegisteredLogNames"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Shademe
(New page as the function was renamed)
 
imported>Shademe
m
 
Line 5: Line 5:


Retrieves the calling mod's registered logs. The returned array is in the form of the following string map:
Retrieves the calling mod's registered logs. The returned array is in the form of the following string map:
: ResultArray[ "default log" ]
:: '''ResultArray[ "''default log''" ]'''
: ResultArray[ "log list" ]
:: '''ResultArray[ "''log list''" ]'''





Latest revision as of 21:11, 3 February 2010

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[edit | edit source]

RegisterLog
UnregisterLog