Request ![code/modules/requests/request.dm 6](git.png)
A representation of an in-game request, such as a prayer.
Vars | |
additional_information | Just any information, which you can to send with request. For example paper datum. |
---|---|
atomic_id | Atomic ID for increment unique request IDs |
id | Unique ID of the request |
message | The message associated with the request |
owner | The owner of the request, the player who created it |
owner_ckey | The ckey of the owner, used for re-binding variables on login |
owner_name | The name of the owner, in format |
req_type | The type of request |
timestamp | When the request was created |
Var Details
additional_information ![code/modules/requests/request.dm 22](git.png)
Just any information, which you can to send with request. For example paper datum.
atomic_id ![code/modules/requests/request.dm 10](git.png)
Atomic ID for increment unique request IDs
id ![code/modules/requests/request.dm 8](git.png)
Unique ID of the request
message ![code/modules/requests/request.dm 20](git.png)
The message associated with the request
owner ![code/modules/requests/request.dm 14](git.png)
The owner of the request, the player who created it
owner_ckey ![code/modules/requests/request.dm 16](git.png)
The ckey of the owner, used for re-binding variables on login
owner_name ![code/modules/requests/request.dm 18](git.png)
The name of the owner, in format
req_type ![code/modules/requests/request.dm 12](git.png)
The type of request
timestamp ![code/modules/requests/request.dm 26](git.png)
When the request was created