Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 13, 2017, 5:25:09 PM (6 years ago)
Author:
kohlia
Message:

Figuring out when the different things are ready in orxonox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ScriptableController_HS17/src/orxonox/worldentities/WorldEntity.cc

    r11518 r11562  
    184184        // Attached collision shapes
    185185        XMLPortObject(WorldEntity, CollisionShape, "collisionShapes", attachCollisionShape, getAttachedCollisionShape, xmlelement, mode);
     186
     187        orxout(user_info) << "ID loaded" << std::endl;
    186188    }
    187189
     
    280282    void WorldEntity::registerToScriptableController(ScriptableController *controller)
    281283    {
     284        orxout(user_info) << "Registering object to SC (" << this->id_ << ")" << std::endl;
    282285        controller->registerWorldEntity(this->id_, this);
    283286    }
Note: See TracChangeset for help on using the changeset viewer.