Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5582


Ignore:
Timestamp:
Jul 18, 2009, 11:12:48 PM (15 years ago)
Author:
landauf
Message:

small fix (and a future feature) in init.tcl (for now just v8.5, it doesn't matter anyway)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/tcl8.5/init.tcl

    r5167 r5582  
    236236# args - The command to send to Orxonox
    237237
    238 proc query {id args} {
     238proc crossquery {id args} {
    239239    return -code error "Can't query interpreter with ID $id now"
    240240}
     
    248248
    249249proc execute args {
     250}
     251
     252# crossexecute --
     253# This procedure will be changed by Orxonox itself.
     254# Sends a command to another Tcl-interpreter in Orxonox.
     255#
     256# Arguments:
     257# id   - The ID of the other interpreter
     258# args - The command
     259
     260proc crossexecute {id args} {
    250261}
    251262
Note: See TracChangeset for help on using the changeset viewer.