enigma-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Enigma-cvs] enigma/doc/refman enigma-ref.texi,1.5,1.6


From: Ralf Westram <address@hidden>
Subject: [Enigma-cvs] enigma/doc/refman enigma-ref.texi,1.5,1.6
Date: Fri, 24 Oct 2003 14:31:45 +0000

Update of /cvsroot/enigma/enigma/doc/refman
In directory subversions:/tmp/cvs-serv5267/doc/refman

Modified Files:
        enigma-ref.texi 
Log Message:
- added enigma.AddConstantForce
- cosmetics



Index: enigma-ref.texi
===================================================================
RCS file: /cvsroot/enigma/enigma/doc/refman/enigma-ref.texi,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** enigma-ref.texi     23 Oct 2003 20:21:21 -0000      1.5
--- enigma-ref.texi     24 Oct 2003 14:31:43 -0000      1.6
***************
*** 23,31 ****
  * Introduction::                General remarks on creating new levels
  * Objects::                     Description of all objects in Enigma
! * Variables::                   Per-level settings
! * Functions::
! * Object Index::
! * Variables Index::
! * Function Index::
  @end menu
  
--- 23,31 ----
  * Introduction::                General remarks on creating new levels
  * Objects::                     Description of all objects in Enigma
! * Variables::                   
! * Functions::                   
! * Object Index::                
! * Variables Index::             
! * Function Index::              
  @end menu
  
***************
*** 74,81 ****
  
  @menu
! * Creating New Levels::
! * Example Level::
! * Registering Levels::
! * More Information::
  @end menu
  
--- 74,81 ----
  
  @menu
! * Creating New Levels::         
! * Example Level::               
! * Registering Levels::          
! * More Information::            
  @end menu
  
***************
*** 273,280 ****
  
  @menu
! * Items::
! * Stones::
! * Actors::
! * General object attributes::
  @end menu
  
--- 273,280 ----
  
  @menu
! * Items::                       
! * Stones::                      
! * Actors::                      
! * General object attributes::   
  @end menu
  
***************
*** 283,291 ****
  
  @menu
! * it-documents::                Scrolls of Paper
! * it-hollow::                   Hollows in the floor
  @end menu
  
! @node it-documents, it-hollow , Items, Items
  @subsection it-document: Scrolls of Paper
  
--- 283,291 ----
  
  @menu
! * it-documents::                
! * it-hollow::                   
  @end menu
  
! @node it-documents, it-hollow, Items, Items
  @subsection it-document: Scrolls of Paper
  
***************
*** 307,311 ****
  @end example
  
! @node it-hollow,   , Items, Items
  @subsection it-hollow: Hollows in the floor
  
--- 307,311 ----
  @end example
  
! @node it-hollow,  , it-documents, Items
  @subsection it-hollow: Hollows in the floor
  
***************
*** 335,352 ****
  @menu
  * st-actorimpulse::             Bumper Stones
! * st-chameleon::
  * st-coinslot::                 Coin Slot Switch
  * st-death::                    Skull Stones
  * st-disco::                    Disco Stones
! * st-easymode::
  * st-fart::                     Fart Stone
  * st-floppy::                   Floppy Switch
  * st-grate::                    Various Grates
  * st-knight::                   Black Knights
! * st-oneway::
  * st-oxyd::                     The Famous Oxyd Stones
! * st-rubberband::
! * st-scissors::
! * st-stone_break::
  * st-swap::                     Swap Stones
  * st-thief::                    Thiefs
--- 335,352 ----
  @menu
  * st-actorimpulse::             Bumper Stones
! * st-chameleon::                
  * st-coinslot::                 Coin Slot Switch
  * st-death::                    Skull Stones
  * st-disco::                    Disco Stones
! * st-easymode::                 
  * st-fart::                     Fart Stone
  * st-floppy::                   Floppy Switch
  * st-grate::                    Various Grates
  * st-knight::                   Black Knights
! * st-oneway::                   
  * st-oxyd::                     The Famous Oxyd Stones
! * st-rubberband::               
! * st-scissors::                 
! * st-stone_break::              
  * st-swap::                     Swap Stones
  * st-thief::                    Thiefs
***************
*** 675,679 ****
  by using @code{st-wood1} or @code{st-wood2}.
  
! @node Actors, General object attributes , Stones, Objects
  @section Actors
  
--- 675,679 ----
  by using @code{st-wood1} or @code{st-wood2}.
  
! @node Actors, General object attributes, Stones, Objects
  @section Actors
  
***************
*** 683,687 ****
  
  @menu
! * Actor Attributes::
  @end menu
  
--- 683,687 ----
  
  @menu
! * Actor Attributes::            
  @end menu
  
***************
*** 720,724 ****
  @end table
  
! @node General object attributes, , Actors, Objects
  @section General object attributes
  
--- 720,724 ----
  @end table
  
! @node General object attributes,  , Actors, Objects
  @section General object attributes
  
***************
*** 778,786 ****
  
  @menu
! * AddRubberBand::
! * CreateWorld::
! * enigma.GetNamedObject::
! * enigma.SendMessage::
! * enigma.AddConstantForce::
  @end menu
  
--- 778,786 ----
  
  @menu
! * AddRubberBand::               
! * CreateWorld::                 
! * enigma.AddConstantForce::     
! * enigma.GetNamedObject::       
! * enigma.SendMessage::          
  @end menu
  
***************
*** 812,816 ****
  @end example
  
! @node CreateWorld, enigma.GetNamedObject , AddRubberBand, Functions
  @section CreateWorld
  
--- 812,816 ----
  @end example
  
! @node CreateWorld, enigma.AddConstantForce, AddRubberBand, Functions
  @section CreateWorld
  
***************
*** 834,838 ****
  
  
! @node enigma.GetNamedObject, enigma.SendMessage, CreateWorld, Functions
  @section enigma.GetNamedObject
  
--- 834,854 ----
  
  
! @node enigma.AddConstantForce, enigma.GetNamedObject, CreateWorld, Functions
! @section enigma.AddConstantForce
! 
! @defun enigma.AddConstantForce (gravity_x, gravity_y)
! 
! Adds global gravity to the current level.
! 
! @table @var
! @item gravity_x
! adds gravity in horizontal direction (positive means rightwards).
! @item gravity_y
! adds gravity in vertical direction (positive means downwards).
! @end table
! 
! @end defun
! 
! @node enigma.GetNamedObject, enigma.SendMessage, enigma.AddConstantForce, 
Functions
  @section enigma.GetNamedObject
  
***************
*** 889,906 ****
  @end example
  
- 
- @node enigma.AddConstantForce,  , enigma.SendMessage, Functions
- @section enigma.AddConstantForce
- 
- @defun enigma.AddConstantForce (gravity_x, gravity_y)
- 
- Adds global gravity to the current level.
- 
- @table @var
- @item gravity_x
- adds gravity in horizontal direction (positive means rightwards).
- @item gravity_y
- adds gravity in vertical direction (positive means downwards).
- @end table
  
  @ignore
--- 905,908 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]