Home
last modified time | relevance | path

Searched refs:CBotErrNotOpen (Results 1 – 3 of 3) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/stdlib/
H A DFileFunctions.cpp193 if (!pVar->IsDefined()) { Exception = CBotErrNotOpen; return false; } in rfclose()
200 Exception = CBotErrNotOpen; in rfclose()
236 if ( !pVar->IsDefined()) { Exception = CBotErrNotOpen; return false; } in rfwrite()
243 Exception = CBotErrNotOpen; in rfwrite()
282 if (!pVar->IsDefined()) { Exception = CBotErrNotOpen; return false; } in rfread()
289 Exception = CBotErrNotOpen; in rfread()
324 if ( !pVar->IsDefined()) { Exception = CBotErrNotOpen; return false; } in rfeof()
331 Exception = CBotErrNotOpen; in rfeof()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/
H A DCBotEnums.h274 CBotErrNotOpen = 6013, //!< channel not open enumerator
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Drestext.cpp810 stringsCbot[CBot::CBotErrNotOpen] = TR("File not open"); in InitializeRestext()