Jump to content
doc. caliban

Simple question about CfgPatches

Recommended Posts

class CfgPatches
{
	class NEW_Custom_Class
	{
		units[]={};    // Do these need to contain classes that you are going to import and create?
		weapons[]={};
		whatever[]={};
	};
};

Or just one or the other?

 

Thank you,

 

-Doc

 

EDIT: After looking at more examples, I think it's only supposed to contain new classes that are being created.  Correct?

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

×