Lua API
On this page
Writing_BookDeletePageResponse_S2C
Inherits from
Response to an attempt to delete a page from a book.
Fields:
ObjectId number
The readable object being changed.
Page number
The number the of page being deleted in the book.
Success boolean
Whether the request was successful
Methods:
GetPropertyKeys() : string[]
Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts
Returns:string[]
ToString() : string
Returns a string that represents the current object.
Returns:string