MAXScript Namespace Reference
ScripterExport float MAXScript::GetValueUIUnscaledFloat |
( |
float |
value | ) |
|
Sets MAXScript listener log file to specified file.
- Parameters
-
[in] | filename | - The fully qualified path for the listener log file |
[in] | mode | - The file open mode specification, typically "w" or "a". See the MAXScript Help file, topic FileStream Values, for a description of the mode string values. Note that this method automatically adds 't' to the specified mode string. |
- Returns
- - true if the listener log file was created, false otherwise.
Gets the MAXScript listener log file name if present.
- Parameters
-
[out] | listenerLogFileName | - Returns the fully qualified path for the listener log file |
- Returns
- - true if a listener log file name was acquired, false otherwise.