Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 20, 2007, 10:20:07 AM (17 years ago)
Author:
rennerc
Message:

ActionboxEnemy loadParam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/npcs/actionbox_enemy.h

    r10725 r10727  
    3131    float maxSpeed;
    3232    float speed;
     33    float agility;
     34   
     35    void setAcceleration( float f ){ this->acceleration = f; }
     36    void setMaxSpeed( float f ){ this->maxSpeed = f; }
     37    void setAgility( float f ){ this->agility = f; }
    3338   
    3439    Quaternion myDir;
Note: See TracChangeset for help on using the changeset viewer.