Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2019, 4:29:11 PM (5 years ago)
Author:
cwaupoti
Message:

temorary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Boxhead_FS19/src/orxonox/scriptablecontroller/scriptable_controller_api.cc

    r12390 r12398  
    7676    //    new Timer(timeout, false, callback, true);
    7777    //}
    78 
    79 
    80 
    81 
    82 
    83 
    84 
    8578
    8679    void ScriptableControllerAPI::registerAtNearObject(std::function<void (std::string, std::string)> callback, std::string id1, std::string id2, double distance)
     
    565558
    566559
    567 
    568 
    569 
    570560    void ScriptableControllerAPI::moveControllableEntity(std::string id, double x, double y, double z)
    571561    {
Note: See TracChangeset for help on using the changeset viewer.