Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trivia about everything related to Colobot
#3
Short description: There's a hidden debug function in CBot that was probably used by Epsitec while creating CBot engine
Long description: It's called CBOTDEBUGDD() and currently just returns an empty string. It's not highlighted in the editor, just like produce(). This was probably used during CBot engine development to test some stuff.
Code:
extern void object::Program()
{
    message(CBOTDEBUGDD());
}

Related part of C:GE source code:
src/CBot/CBotProgram.cpp:1031-1047
src/CBot/CBotProgram.cpp:1105
Reply


Messages In This Thread
RE: Trivia about everything related to Colobot - by krzys_h - 03-13-2015, 10:42 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)