LiveLibrary class in Global context

Manages all Creature objects in the experiment, organized in one or more groups. See also: Creature, CreaturesGroup

13 members:

type and namedescriptioncomments
integer group
integer
selected group  
integer groupcount
integer
Number of groups  
integer creature
integer
selected creature  
function createFromGenotype
function
  
function createFromString
function
  
function kill
function
  
function delete
function
  
function addGroup
function
 add live group 
function remGroup
function
 remove live group 
function clear
function
  
function clearGroup
function
  
function creatBBCollisions
function
 Checks approximate collisions for current creature.
Returns the collision mask calculated as in the regular simulation. The argument is the collision mask substituted for the current creature (defaults to group colmask for 0) 
function getGroup
function
  

Global context