Global Viper Method |
Description |
Buffer.Append Viper Method
|
Append a string value to a string buffer. If the buffer does not exist, Append works like Set. If the buffer is of a different type, an exception is thrown. |
Buffer.Exists Viper Method
|
Checks whether a savebuffer exists. |
Buffer.Get Viper Method
|
Returns the contents of a savebuffer. |
Buffer.GetAll Viper Method
|
Returns a list of all buffers. |
Buffer.Remove Viper Method
|
Removes a given savebuffer if found. |
Buffer.Set Viper Method
|
Sets the value of a savebuffer. |