~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/gameengine/Ketsji/KX_SCA_EndObjectActuator.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
2
// Add object to the game world on action of this actuator
3
3
//
4
 
// $Id: KX_SCA_EndObjectActuator.h,v 1.6 2004/03/22 22:01:52 jesterking Exp $
 
4
// $Id: KX_SCA_EndObjectActuator.h,v 1.8 2004/10/16 11:41:48 kester Exp $
5
5
//
6
6
// ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
7
7
//
60
60
        GetReplica(
61
61
        );
62
62
 
63
 
                bool 
64
 
        Update(
65
 
                double curtime,
66
 
                double deltatime
67
 
        );
 
63
        virtual bool 
 
64
        Update();
68
65
 
69
66
        /* --------------------------------------------------------------------- */
70
67
        /* Python interface ---------------------------------------------------- */
71
68
        /* --------------------------------------------------------------------- */
72
69
 
73
 
                PyObject*  
 
70
        virtual PyObject*  
74
71
        _getattr(
75
 
                char *attr
 
72
                const STR_String& attr
76
73
        );
77
74
        
78
75
}; /* end of class KX_EditObjectActuator : public SCA_PropertyActuator */