code/__DEFINES/polls.dm ![code/__DEFINES/polls.dm0](git.png)
POLL_RESPONSE_SIGNUP | The message sent when you sign up to a poll. |
---|---|
POLL_RESPONSE_ALREADY_SIGNED | The message sent when you've already signed up for a poll and are trying to sign up again. |
POLL_RESPONSE_NOT_SIGNED | The message sent when you are not signed up for a poll. |
POLL_RESPONSE_TOO_LATE_TO_UNREGISTER | The message sent when you are too late to unregister from a poll. |
POLL_RESPONSE_UNREGISTERED | The message sent when you successfully unregister from a poll. |
Define Details
POLL_RESPONSE_ALREADY_SIGNED ![code/__DEFINES/polls.dm 12](git.png)
The message sent when you've already signed up for a poll and are trying to sign up again.
POLL_RESPONSE_NOT_SIGNED ![code/__DEFINES/polls.dm 14](git.png)
The message sent when you are not signed up for a poll.
POLL_RESPONSE_SIGNUP ![code/__DEFINES/polls.dm 10](git.png)
The message sent when you sign up to a poll.
POLL_RESPONSE_TOO_LATE_TO_UNREGISTER ![code/__DEFINES/polls.dm 16](git.png)
The message sent when you are too late to unregister from a poll.
POLL_RESPONSE_UNREGISTERED ![code/__DEFINES/polls.dm 18](git.png)
The message sent when you successfully unregister from a poll.