Implemented console command for listing log flags and module filtering.
Known issue: Using Format to set pre defined width translations doesn't work. "%-19t" should left justify and append spaces to make width 19 chars. Works with "s", but not "t". SourceMod bug?
This commit is contained in:
@ -122,6 +122,38 @@
|
||||
"en" "\"{1}\" - Failed. (Either disabled or invalid file content.)"
|
||||
}
|
||||
|
||||
// ===========================
|
||||
// Log (core)
|
||||
// ===========================
|
||||
|
||||
"Log Generic Flag"
|
||||
{
|
||||
// Max length: 19 characters.
|
||||
"en" "Generic Flag:"
|
||||
}
|
||||
|
||||
"Log Value"
|
||||
{
|
||||
// Max length: 7 characters:
|
||||
"en" "Value:"
|
||||
}
|
||||
|
||||
"Log Module"
|
||||
{
|
||||
// Max length: 23 characters:
|
||||
"en" "Module:"
|
||||
}
|
||||
|
||||
"Log Status"
|
||||
{
|
||||
"en" "Filter Status:"
|
||||
}
|
||||
|
||||
"Log Module Filtering"
|
||||
{
|
||||
"en" "Module filtering:"
|
||||
}
|
||||
|
||||
// ===========================
|
||||
// Classes
|
||||
// ===========================
|
||||
|
Reference in New Issue
Block a user