En:DbgLogValue
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Syntax
DbgLogValue(variable : BasicType, hint : String)
[править]
Description
Deduce to log-file dbgscript.log the information about variable. File dbgscript.log will exist in root of current folder.
[править]
Parameters
- variable - basic type. Variable value;
- hint - string. Tooltip which will be displayed near to value in a log-file;
[править]
Result
The procedure returns nothing;
[править]