Scribunto |
This is preliminary documentation and is subject to change.
The ScribuntoEvaluationResult type exposes the following members.
| Name | Description | |
|---|---|---|
| IsNewSession | Whether the server indicates this session ID is new. | |
| Output | The text outputted to the console using mw.log. | |
| ReturnValue | The string representation of the evaluation return value. | |
| SessionId | The current Scribunto console session ID. | |
| SessionMaxSize | Maximum allowed server memory consumption of the current evaluation session. | |
| SessionSize | Server memory consumption of the current evaluation session. | |
| Type | The evaluation result type. |