0-255, 0 = invisible, 255 = opaque
0-255, 0 = invisible, 255 = opaque
Returns a displayable name of this type of agent (Turtle, Link, Patch, Observer)
Returns a displayable name of this type of agent (Turtle, Link, Patch, Observer)
Returns the value of the color variable, a Double or LogoList.
Returns the breed AgentSet of this turtle, all turtles if the turtle is unbreeded.
Returns the index of this turtle's breed.
Returns the patch that this turtle is on.
Returns the value of the variable in the given position of the agent variable array
Returns the value of the variable in the given position of the agent variable array
the index into the agent variable array
Returns true if the label variable has a non-empty string value.
Sets the value of the heading variable
Sets the value of the heading variable
the new heading
Returns the value of the heading variable.
Returns the value of the hidden? variable.
Returns the id number of this agent.
Returns the id number of this agent. The who number in the case of a turtle, index into the array in the case of patches
Moves the turtle forward distance as if the command jump were used
Moves the turtle forward distance as if the command jump were used
this amount to jump
Returns the value of the label-color variable.
Returns the value of the label variable.
Returns the line-thickness.
Sets the variable in the position vn of the agent variable array to value
Sets the variable in the position vn of the agent variable array to value
the index into the agent variable array
the new value for the variable
If value is the wrong type for the given variable or if you try to change variables that cannot be changed
Returns the name of the current shape, empty string in the case of patches.
Returns the name of the current shape, empty string in the case of patches.
Returns the size of this agent
Returns the size of this agent
Returns raw array of all agent variables.
Returns raw array of all agent variables. Warning: this method is liable to change return type in a future API version.
Returns the world object associated with this agent
Returns the world object associated with this agent
Returns the value of the xcor variable.
Returns the value of the ycor variable.
Interface provides access to NetLogo turtles.