Skip to content

tool.TwitchVote

tool.TwitchVote

Fields

NameType
uniqIDI32
dtF64
destroyedBool
twlibs.misc.Tweenie
cdtool.Cooldown
descString
voteshl.types.ArrayObj
userVoteshaxe.ds.StringMap
userDisplayNameshaxe.ds.StringMap
firstVoterString
visibleBool
wasSuspendedBool
oneVotePerUserBool
keepOnNextLevelBool
longVoteLabelsBool
onlyChoiceCmdBool
showPctBool
blinkOnVoteBool
locksTwitchDoorBool
windowui.FlowBox
descFlowh2d.Flow
voteFlowh2d.Flow
timeFlowh2d.Flow
blinkFxh2d.Bitmap
descTextui.Text
timeTextui.Text
voteTextshl.types.ArrayObj
isClosingBool
lastDebugBool
oldTimeF64
__uidI32
Virtual[unserializeInit, unserialize, serialize, getSerializeSchema, getCLID, __uid]
staticuniqIDGlobalI32
static__clidI32

Protos

  • f@5196 get_pixelScale(tool.TwitchVote) → F64
  • f@5197 set_oneVotePerUser(tool.TwitchVote, Bool) → Bool
  • f@5198 set_keepDisplayNames(tool.TwitchVote, Bool) → Bool
  • f@5199 send(tool.TwitchVote, String) → Void
  • f@5200 sendChoices(tool.TwitchVote) → Void
  • f@5201 makeJsonObject(tool.TwitchVote) → Virtual[destroyed, id, oncePerUser, suspended, title, votes]
  • f@5202 addVoteOption(tool.TwitchVote, String, String, Dyn) → Void
  • f@5203 addAlias(tool.TwitchVote, String, String) → Void
  • f@5204 setForcedInitS(tool.TwitchVote, F64) → Void
  • f@5205 setExpireS(tool.TwitchVote, F64) → Void
  • f@5206 initGfx(tool.TwitchVote) → Void
  • f@5207 disposeGfx(tool.TwitchVote) → Void
  • f@5208 setDesc(tool.TwitchVote, String) → Void
  • f@5209 renderDesc(tool.TwitchVote) → Void
  • f@5210 renderVotes(tool.TwitchVote) → Void
  • f@5211 isSuspended(tool.TwitchVote) → Bool
  • f@5212 renderTime(tool.TwitchVote) → Void
  • f@5213 acceptsVote(tool.TwitchVote, tool.TwitchMessage) → Bool
  • f@5214 markUser(tool.TwitchVote, String) → Void
  • f@5215 isValidVote(tool.TwitchVote, tool.TwitchMessage) → Bool
  • f@5216 onTwitchMessage(tool.TwitchVote, tool.TwitchMessage) → Void
  • f@5217 getVoteObject(tool.TwitchVote, String) → Virtual[aliasOf, cmdId, count, label, value]
  • f@5218 getVoteCount(tool.TwitchVote, String) → I32
  • f@5219 getVotePct(tool.TwitchVote, String) → F64
  • f@5220 onDelayedVoteInit(tool.TwitchVote) → Void
  • f@5221 onSuspend(tool.TwitchVote) → Void
  • f@5222 onResume(tool.TwitchVote) → Void
  • f@5223 onResize(tool.TwitchVote) → Void
  • f@5224 onFirstVote(tool.TwitchVote, tool.TwitchMessage, Virtual[aliasOf, cmdId, count, label, value]) → Void
  • f@5225 onVote(tool.TwitchVote, tool.TwitchMessage, Virtual[aliasOf, cmdId, count, label, value], String) → Void
  • f@5226 expire(tool.TwitchVote) → Void
  • f@5227 onExpire(tool.TwitchVote) → Void
  • f@5228 onReload(tool.TwitchVote) → Void
  • f@5229 destroy(tool.TwitchVote) → Void
  • f@5230 close(tool.TwitchVote) → Void
  • f@5231 dispose(tool.TwitchVote) → Void
  • f@5232 init(tool.TwitchVote) → Void
  • f@5233 preUpdate(tool.TwitchVote, F64) → Void
  • f@5234 postUpdate(tool.TwitchVote) → Void
  • f@5235 getBests(tool.TwitchVote) → hl.types.ArrayObj
  • f@5236 getOneBest(tool.TwitchVote, Fun) → Virtual[aliasOf, cmdId, count, label, value]
  • f@5237 suspendedUpdate(tool.TwitchVote) → Void
  • f@5238 update(tool.TwitchVote) → Void
  • f@5239 getCLID(tool.TwitchVote) → I32
  • f@5240 serialize(tool.TwitchVote, hxbit.Serializer) → Void
  • f@5241 getSerializeSchema(tool.TwitchVote) → hxbit.Schema
  • f@5242 unserializeInit(tool.TwitchVote) → Void
  • f@5243 unserialize(tool.TwitchVote, hxbit.Serializer) → Void

Bindings

  • static f@5253 __constructor__(tool.TwitchVote) → Void