KcdMp_log
Writes a line into the KCD:MP client log.
The client log is %LOCALAPPDATA%\KcdMp\client.log. A script’s System.LogAlways("[KcdMp] ...") lines land there too -
any line starting with [KcdMp] is mirrored - which is the easier way from Lua.
Syntax
Section titled “Syntax”KcdMp_log <text>| Parameter | Type | |
|---|---|---|
text |
string | the line; no ; or = |
Returns
Section titled “Returns”nothing
Example
Section titled “Example”KcdMp_log the marker script is loadedSee also
Section titled “See also”KcdMp_exec · the Console commands group of the index
