CreatureCharts class in Command line interface

Manages charts for monitoring creatures performance.
This class has no corresponding static object. If you want to use it, you have to create an object or get a reference to the existing object.

7 members:

field creature
untyped

Selected creature

integer selected
integer

Selected property

function add

Add chart

function add()

return the new Window object with chart as its client
arguments: property to be tracked

function addSelected

Add chart

function addSelected()

Add the chart for currenly selected property

function createChart

Create performance chart

function createChart()

return the new chart object (can be client for Window)
arguments: property to be tracked

function removeAll

Remove all charts

function removeAll()
function resetAll

Reset all charts

function resetAll()

Removes all data from the chart windows.


Global context>>Experiment definition>>Command line interface