summaryrefslogtreecommitdiff
path: root/console_README
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-03-22 17:58:52 (GMT)
committer Simon <simon@hardwired.org.uk>2011-03-22 17:58:52 (GMT)
commit2e401babb793238564ca640fc802a52ab7f6c293 (patch)
tree87a9b471e82604e76f96d556f5771322fb31818a /console_README
parentc096b2b14a200a0cc0a08cfea839c9e7f4edf22e (diff)
parent04a9cbcb8855e64db660a8c6e23d79114b4afd83 (diff)
downloadpowder-2e401babb793238564ca640fc802a52ab7f6c293.zip
powder-2e401babb793238564ca640fc802a52ab7f6c293.tar.gz
Python console
Diffstat (limited to 'console_README')
-rw-r--r--console_README6
1 files changed, 3 insertions, 3 deletions
diff --git a/console_README b/console_README
index 0171b2a..b94053e 100644
--- a/console_README
+++ b/console_README
@@ -10,10 +10,10 @@ currently implemented api functions:
### USING SET COMMANDS ###
the console uses keywords to identify variables of what to set, you can specify x and y coords with x=100 y=100, ect.
i is the particle number
-setfrom will change all of setfrom's type to the setto variable. It needs to be a string "dust" ect, "all" for all.
-the setto is what the particle(s) will be set to, it is a string for the type/ctype commands, and an int for the rest, there is a settoint for type and ctype command.
+name will change all of name's type to the setto variable. It needs to be a string "dust" ect, "all" for all.
+the setto is what the particle(s) will be set to, it is a string for the type/ctype commands, and an int for the rest.
you need to set the to* variable and one location/name/coords for it to work.
- set_type(x=,y=,i=,setfrom="",setto="")
+ set_type(x=,y=,i=,name="",setto="")
set_life()
set_temp()
set_tmp()