05.10.2016, 08:15
Hi,
When i SetDynamicObjectMaterialText, i could get was was object material? i mean GetDynamicObjectMaterial?
I mean i want to SetDynamicObjectMaterial to previous, it's like edit house textures, furniture. Too it's can set object material text, but i also want to need to know, because when i disable text i need to restore texture which was. I could do that with variables but if take a lot if bites, like
new StoreDobjectModel[ MAX_STREAMED_OBJECTS ][ 17 ];
I have to for all streamed object and for all slots 17, save object material text, but there is much more bites if i need to save texture name
When i SetDynamicObjectMaterialText, i could get was was object material? i mean GetDynamicObjectMaterial?
I mean i want to SetDynamicObjectMaterial to previous, it's like edit house textures, furniture. Too it's can set object material text, but i also want to need to know, because when i disable text i need to restore texture which was. I could do that with variables but if take a lot if bites, like
new StoreDobjectModel[ MAX_STREAMED_OBJECTS ][ 17 ];
I have to for all streamed object and for all slots 17, save object material text, but there is much more bites if i need to save texture name