[Crossfire-wiki] [Crossfire DokuWiki] page changed: cfpython

no-reply_wiki at metalforge.org no-reply_wiki at metalforge.org
Sat May 5 07:50:25 CDT 2007


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2007/05/05 07:50
User        : ryo
Edit Summary: wrong name

@@ -396,19 +396,8 @@
      * 0: give the player the skill
      * 1: give player exp to total, no skill
      * 2: player gets nothing
      * 3: used when removing exp
- 
- === AddTimer ===
- Fires an ''event_timer'' after the specified delay. Object should have a handler for this event.
- 
- Arguments:
-   * ''number'', delay for timer
-   * ''number'', timer mode
-     * 1: delay is in seconds
-     * 2: delay is in server cycles
- 
- Returns: timer identifier, which can be used to remove the timer through a call to ''[[cfpython#DestroyTimer|Crossfire.DestroyTimer]]''
  
  === Apply ===
  Current object applies specified object. The effect depends on the object being applied, which can be a potion, a trigger, ...
  
@@ -474,8 +463,19 @@
  Arguments:
    * ''String'' which is the name of the object to create
  
  Will create a new ''Crossfire.Object'' from specified name (like ''[[cfpython#Crossfire.CreateObjectByName|Crossfire.CreateObjectByName]]'') and insert it into the current object.
+ 
+ === CreateTimer ===
+ Fires an ''event_timer'' after the specified delay. Object should have a handler for this event.
+ 
+ Arguments:
+   * ''number'', delay for timer
+   * ''number'', timer mode
+     * 1: delay is in seconds
+     * 2: delay is in server cycles
+ 
+ Returns: timer identifier, which can be used to remove the timer through a call to ''[[cfpython#DestroyTimer|Crossfire.DestroyTimer]]''
  
  === Drop ===
  Current object drops specified object, which will be put on the ground, or in a container, depending on applied containers.
  


IP-Address  : 82.236.87.204
Old Revision: http://wiki.metalforge.net/doku.php/cfpython?rev=1177862866
New Revision: http://wiki.metalforge.net/doku.php/cfpython

-- 
This mail was generated by DokuWiki at
http://wiki.metalforge.net/




More information about the crossfire-wiki mailing list