• Tracker

    Spaces
    Browse
    Statistics
  • Issues
  • Can no longer use instantiated templates in configs
Back

0

Can no longer use instantiated templates in configs

General

No Action Taken

Issue Key

AREXP-27

State

No action taken

Access

Public

Group

Arma Reforger

Project

Experimental Feedback

Creator

kexanone

Created

Apr 3, 2026

Views

125

Attachments

image.png

Experimental Version

1.7.0.13

Mission

 

Is it modded?

Description

Trying to compile the code below in Workbench

//------------------------------------------------------------------------------------------------
[BaseContainerProps()]
class KSC_CooMatrix<Class T> : Managed
{
	[Attribute()]
	ref array<int> m_aRowIdcs;
	
	[Attribute()]
	ref array<int> m_aColIdcs;
	
	[Attribute()]
	ref array<T> m_Data;
}

//------------------------------------------------------------------------------------------------
[BaseContainerProps()]
class KSC_SomeDataMatrix : KSC_CooMatrix<float>
{
}

throws

Activity

    5 months ago

  • kexanone
    created issue5 months ago
  • 5 months ago

  • kexanonecommented(edited)
    5 months ago

    Can be closed, as removing [BaseContainerProps()] from the template, while keeping it for the instantiated, resolves it, which makes sense.

  • 5 months ago

  • l909
    changed state to
    NO ACTION TAKEN
    5 months ago

You are not signed in. Please sign in to see more details and to reply.

Issue Key

AREXP-27

State

No action taken

Access

Public

Group

Arma Reforger

Project

Experimental Feedback

Creator

kexanone

Created

Apr 3, 2026

Views

125

Attachments

image.png