Background for Skyrim SE
Member of the Debug script
voidfunctionDebugChannelNotify(stringchannel, stringmessage)NativeGlobal

Description

Documentation Comment

Outputs the string to a named debug channel (useful on the Xenon currently)


Caveats


Parameters

stringchannel

stringmessage


Examples

Auto-Generated Example

string myString__channel
string myString__message

Debug.DebugChannelNotify(myString__channel, myString__message)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.