Page MenuHomeFeedback Tracker

Setting and getter for CT_PICTURE's tileW and tileH
New, NormalPublic

Description

I'd like to request commands to set and get CT_PICTURE's tileW and tileH properties. Tiled textures are very useful for new ui2texture procedural texture feature and being able to set number of tiles through script will make things much easier.

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting
Additional Information

Command names and syntax ideas:

Grouped:
CONTROL ctrlSetTiles ARRAY
ARRAY = ctrlTiles CONTROL
with ARRAY being [tileW, tileH]

Single:
CONTROL ctrlSetTileW NUMBER
CONTROL ctrlSetTileH NUMBER
NUMBER = ctrlTileW CONTROL
NUMBER = ctrlTileH CONTROL

Event Timeline

SaMatra created this task.Mar 6 2023, 2:04 PM