RenderedMaterial_dummy

Discussions about everything else
Post Reply
ravello17
Posts: 2
Joined: Sat Sep 10, 2016 3:16 am

RenderedMaterial_dummy

Post by ravello17 »

Hi, i am working on ut2004 source(i am developing the source), and i found a variable RenderedMaterial_dummy on classe called
RenderedMatterial... And i would like to know what it does...
User avatar
Wormbo
Adept
Posts: 258
Joined: Sat Aug 24, 2013 6:04 pm
Contact:

Re: RenderedMaterial_dummy

Post by Wormbo »

Quoting the source code:

Code: Select all

var int renderedmaterial_dummy;  // padding for hammer. disregard.  --ryan.
It's a engine-internal thing to get the UnrealScript variable offsets in subclasses aligned with the corresponding native variables. Do what the comment says and disregard its presence.
ravello17
Posts: 2
Joined: Sat Sep 10, 2016 3:16 am

Re: RenderedMaterial_dummy

Post by ravello17 »

Thanks for the help wormbo :D .
Post Reply