Action:setTexture(texture, u, v, width, height, scale) Action:setToggleTexture(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:setOnToggle(leftFunction) | Method Property | Fluent Description | Representation |
|---|---|---|
| leftFunction accepts | a function | |
| Return Value | an Action |
Action:setHoverTexture(texture, u, v, width, height, scale) Action:setOnUntoggle(rightFunction) | Method Property | Fluent Description | Representation |
|---|---|---|
| rightFunction accepts | a function | |
| Return Value | an Action |
Action:setOnRightClick(rightFunction) | Method Property | Fluent Description | Representation |
|---|---|---|
| rightFunction accepts | a function | |
| Return Value | an Action |
Action:texture(texture, u, v, width, height, scale) Action:toggleTexture(texture, u, v, width, height, scale) Action:hoverTexture(texture, u, v, width, height, scale)