tool.TwitchVote
tool.TwitchVote
Fields
| Name | Type | |
|---|---|---|
uniqID | I32 | |
dt | F64 | |
destroyed | Bool | |
tw | libs.misc.Tweenie | |
cd | tool.Cooldown | |
desc | String | |
votes | hl.types.ArrayObj | |
userVotes | haxe.ds.StringMap | |
userDisplayNames | haxe.ds.StringMap | |
firstVoter | String | |
visible | Bool | |
wasSuspended | Bool | |
oneVotePerUser | Bool | |
keepOnNextLevel | Bool | |
longVoteLabels | Bool | |
onlyChoiceCmd | Bool | |
showPct | Bool | |
blinkOnVote | Bool | |
locksTwitchDoor | Bool | |
window | ui.FlowBox | |
descFlow | h2d.Flow | |
voteFlow | h2d.Flow | |
timeFlow | h2d.Flow | |
blinkFx | h2d.Bitmap | |
descText | ui.Text | |
timeText | ui.Text | |
voteTexts | hl.types.ArrayObj | |
isClosing | Bool | |
lastDebug | Bool | |
oldTime | F64 | |
__uid | I32 | |
| “ | Virtual[unserializeInit, unserialize, serialize, getSerializeSchema, getCLID, __uid] | |
| static | uniqIDGlobal | I32 |
| static | __clid | I32 |
Protos
f@5196get_pixelScale(tool.TwitchVote) → F64f@5197set_oneVotePerUser(tool.TwitchVote, Bool) → Boolf@5198set_keepDisplayNames(tool.TwitchVote, Bool) → Boolf@5199send(tool.TwitchVote, String) → Voidf@5200sendChoices(tool.TwitchVote) → Voidf@5201makeJsonObject(tool.TwitchVote) → Virtual[destroyed, id, oncePerUser, suspended, title, votes]f@5202addVoteOption(tool.TwitchVote, String, String, Dyn) → Voidf@5203addAlias(tool.TwitchVote, String, String) → Voidf@5204setForcedInitS(tool.TwitchVote, F64) → Voidf@5205setExpireS(tool.TwitchVote, F64) → Voidf@5206initGfx(tool.TwitchVote) → Voidf@5207disposeGfx(tool.TwitchVote) → Voidf@5208setDesc(tool.TwitchVote, String) → Voidf@5209renderDesc(tool.TwitchVote) → Voidf@5210renderVotes(tool.TwitchVote) → Voidf@5211isSuspended(tool.TwitchVote) → Boolf@5212renderTime(tool.TwitchVote) → Voidf@5213acceptsVote(tool.TwitchVote, tool.TwitchMessage) → Boolf@5214markUser(tool.TwitchVote, String) → Voidf@5215isValidVote(tool.TwitchVote, tool.TwitchMessage) → Boolf@5216onTwitchMessage(tool.TwitchVote, tool.TwitchMessage) → Voidf@5217getVoteObject(tool.TwitchVote, String) → Virtual[aliasOf, cmdId, count, label, value]f@5218getVoteCount(tool.TwitchVote, String) → I32f@5219getVotePct(tool.TwitchVote, String) → F64f@5220onDelayedVoteInit(tool.TwitchVote) → Voidf@5221onSuspend(tool.TwitchVote) → Voidf@5222onResume(tool.TwitchVote) → Voidf@5223onResize(tool.TwitchVote) → Voidf@5224onFirstVote(tool.TwitchVote, tool.TwitchMessage, Virtual[aliasOf, cmdId, count, label, value]) → Voidf@5225onVote(tool.TwitchVote, tool.TwitchMessage, Virtual[aliasOf, cmdId, count, label, value], String) → Voidf@5226expire(tool.TwitchVote) → Voidf@5227onExpire(tool.TwitchVote) → Voidf@5228onReload(tool.TwitchVote) → Voidf@5229destroy(tool.TwitchVote) → Voidf@5230close(tool.TwitchVote) → Voidf@5231dispose(tool.TwitchVote) → Voidf@5232init(tool.TwitchVote) → Voidf@5233preUpdate(tool.TwitchVote, F64) → Voidf@5234postUpdate(tool.TwitchVote) → Voidf@5235getBests(tool.TwitchVote) → hl.types.ArrayObjf@5236getOneBest(tool.TwitchVote, Fun) → Virtual[aliasOf, cmdId, count, label, value]f@5237suspendedUpdate(tool.TwitchVote) → Voidf@5238update(tool.TwitchVote) → Voidf@5239getCLID(tool.TwitchVote) → I32f@5240serialize(tool.TwitchVote, hxbit.Serializer) → Voidf@5241getSerializeSchema(tool.TwitchVote) → hxbit.Schemaf@5242unserializeInit(tool.TwitchVote) → Voidf@5243unserialize(tool.TwitchVote, hxbit.Serializer) → Void
Bindings
- static
f@5253__constructor__(tool.TwitchVote) → Void