PMC websites shut down September 13th 2025 unless yearly web hosting fees are paid. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond september 13th 2025 when yearly web hosting fees are due.

User Tools

Site Tools


arma3:config:iteminfo-error

ArmA 3 Class ItemInfo Error

ArmA 3 Forum, ArmA 3, ArmA 3 Config, ArmA 3 Missions, ArmA 3 3D Modeling, ArmA 3 Scripting, ArmA 3 Terrain, ArmA 3 Texturing, ArmA 3 Tools

kju posted: in the past the engine did not check for these type of error. as they need it more strict for Eden, etc, they are enforcing the correct policy

inheritance definitions need to be defined in the scope the class has originally been defined.

class ItemInfo; // wrong
 
class cfgWeapons
{
	class ItemInfo; // wrong
 
	class Default
	{
		class ItemInfo; // wrong
	};
 
	class ItemCore;
	class ItemWatch: ItemCore
	{
		class ItemInfo; // correct
	};
};
arma3/config/iteminfo-error.txt · Last modified: 2024/08/02 15:00 by snakeman