You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a custom monitor with the name [param id]. You can specify the category of the monitor using slash delimiters in [param id] (for example: [code]"Game/NumberOfNPCs"[/code]). If there is more than one slash delimiter, then the default category is used. The default category is [code]"Custom"[/code]. Prints an error if given [param id] is already present.
23
24
[codeblocks]
@@ -84,6 +85,12 @@
84
85
Returns the names of active custom monitors in an [Array].
85
86
</description>
86
87
</method>
88
+
<methodname="get_custom_monitor_types">
89
+
<returntype="int[]" />
90
+
<description>
91
+
Returns the [enum MonitorType] values of active custom monitors in an [Array].
Monitor output is formatted as a percentage. Submitted values should represent the percentage directly rather than a fraction, e.g. [code]100.0[/code] for [code]100.00%[/code].
0 commit comments