Help for this page

Select Code to Download


  1. or download this
    // this is the only function a behavior has to implement:
    // extern "C" __declspec (dllexport) void CALLBACK BOT_Cmd(BOTCMD *bc)
    +;
    
  2. or download this
    +----------------+     
    |botcore.exe     |     +-----+
    ...
    |behavior.dll    |   |   if only code is compiled into DLL
    | CODE           | --    and it exports BOT_Cmd function
    +----------------+