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.

6 members:

type and namedescriptioncomments
integer selected
integer
Selected property  
function addSelected
function
Add chart Add the chart for currenly selected property 
function add
function
Add chart return the new Window object with chart as its client
arguments: property to be tracked 
function removeAll
function
Remove all charts  
function createChart
function
Create performance chart return the new chart object (can be client for Window)
arguments: property to be tracked 
field creature
untyped field
Selected creature  

Global context>>Experiment definition>>Command line interface