this setObjectTexture [0, "texture.paa"] no longer sets object's texture in Editor. No much more to say really.
Description
Description
Details
Details
- Legacy ID
- 2782004015
- Severity
- None
- Resolution
- No Bug
- Reproducibility
- Always
- Category
- Editor
Steps To Reproduce
- Place texture file in Saved Mission
- Create Object and init: this setObjectTexture [0, "texture.paa"]
- Run!
Event Timeline
Comment Actions
Oh, I see, you want to set it from the editor INIT, then you must disable randomisation:
this setVariable ["BIS_enableRandomization", false];
this setObjectTexture [0,"#(rgb,8,8,3)color(1,0,0,1)"];
Comment Actions
Mass-closing all resolved issues not updated in the last month.
Please PM me in BI Forums (http://forums.bistudio.com/member.php?55374-Fireball) if you feel your bug was closed in error.