creature
integer |
selected creature |
group
integer |
selected group |
size
integer |
Number of groups |
addGroup
doesn't return a value |
function addGroup(string name)add population |
clear
doesn't return a value |
function clear()remove all populations except the first one |
clearGroup
doesn't return a value |
function clearGroup(integer index) |
creatBBCollisions
returns integer |
function creatBBCollisions(integer mask)Checks approximate collisions for the selected creature. |
createFromGenotype
returns Creature |
function createFromGenotype()uses the selected Genotype object |
createFromString
returns Creature |
function createFromString(string genotype)uses the supplied string argument |
deleteGroup
doesn't return a value |
function deleteGroup(integer index)remove population |
deleteSelected
doesn't return a value |
function deleteSelected()applies to the selected Creature |
findCreatureAt
returns Creature |
function findCreatureAt(Vector point, Vector vector) |
get
returns Population |
function get(integer index) |
killSelected
doesn't return a value |
function killSelected()applies to the selected Creature |
| Global context |