::hwat::utils::SetTitleBuffer
Updates the title
Syntax
::hwat::utils::SetTitleBuffer n_titleId str_txtBuffer
Arguments
- n_titleId
- ID of the title to set.
- str_txtBuffer
- String value to set buffer to.
Returns
- Success
- 1
- Failure
- 0
Example
::hwat::utils::SetTitleBuffer 567 "This is a text"
Comments
Title must exist.