Action:setTexture(texture, u, v, width, height, scale)
Action:setOnRightClick(rightFunction)
Method Property | Fluent Description | Representation |
---|---|---|
rightFunction accepts | a function | |
Return Value | an Action |
Action:setHoverTexture(texture, u, v, width, height, scale)
Action:setOnScroll(scrollFunction)
Method Property | Fluent Description | Representation |
---|---|---|
scrollFunction accepts | a function | |
Return Value | an Action |
Action:setOnLeftClick(leftFunction)
Method Property | Fluent Description | Representation |
---|---|---|
leftFunction accepts | a function | |
Return Value | an Action |
Action:setToggleTexture(texture, u, v, width, height, scale)
Action:setOnToggle(leftFunction)
Method Property | Fluent Description | Representation |
---|---|---|
leftFunction accepts | a function | |
Return Value | an Action |
Action:setOnUntoggle(rightFunction)
Method Property | Fluent Description | Representation |
---|---|---|
rightFunction accepts | a function | |
Return Value | an Action |
Action:texture(texture, u, v, width, height, scale)
Action:hoverTexture(texture, u, v, width, height, scale)
Action:toggleTexture(texture, u, v, width, height, scale)