Jump to content

Sign in to follow this  
Stump

Question on some character config variables

Recommended Posts

Just wandering what the "class UniformInfo" variables control/represent in a character's config? Especially the "slotType= 604;" under the line "class Scuba : UniformSlotInfo {".

Example

class UniformInfo {

class SlotsInfo {

class NVG : UniformSlotInfo {

slotType = 602;

};

class Scuba : UniformSlotInfo {

slotType = 604;

};

class Headgear : UniformSlotInfo {

slotType = 605;

};

I appreciate your time, thanks in advance.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×