Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3225 in orxonox.OLD for orxonox/trunk/src/command_node.h


Ignore:
Timestamp:
Dec 20, 2004, 12:23:58 AM (19 years ago)
Author:
patrick
Message:

/orxonox/trunk: unstable - added many comments and now redefinit all function/variable names with underline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/command_node.h

    r3224 r3225  
    4949
    5050  void relay (Command* cmd);
    51   int* name_to_index (char* name);
    52   void process_local ();
    53   void process_network ();
    54   void send_over_network (Command* cmd);
     51  int* nameToIndex (char* name);
     52  void processLocal ();
     53  void processNetwork ();
     54  void sendOverNetwork (Command* cmd);
    5555 
    5656 public:
     
    5959  ~CommandNode ();
    6060
    61   void reset();
    62   void enable(bool bEnabled);
     61  void reset ();
     62  void enable (bool bEnabled);
    6363  void load_bindings (char* filename);
    6464  void bind (WorldEntity* entity);
    6565  void unbind (WorldEntity* entity);
    66   void addToWorld(World* world);
     66  void addToWorld (World* world);
    6767  void process ();
    6868 
    69   void set_netID (int ID);
     69  void setNetID (int ID);
    7070};
    7171
Note: See TracChangeset for help on using the changeset viewer.