Returns the contents of a savebuffer.
Syntax
Smartsite SXML | Copy Code |
---|---|
any buffer.get(string name) any buffer.get(string name, enum scope) |
Parameters
Name | Data Type | Description |
---|---|---|
name | String | The name of the buffer. |
scope | Enum |
The scope.
Enum values:
|
Return Value
Data Type | Description |
---|---|
Any | The value of the specified buffer. |