• Tracker

    Spaces
    Statistics
  • Game Feedback
  • Passing float to typename::GetVariableValue freezes game
Back

0

Passing float to typename::GetVariableValue freezes game

General

Issue Key

ARGF-95

State

Assigned

Access

Public

Group

Arma Reforger

Project

Game Feedback

Creator

kexanone

Created

Jun 14, 2026

Views

65

Attachments

No attachments

Platform

PC

Game Version

1.7.0.49

Mission

 

Is it modded?

Description

  1. Add the class below in a script file and compile scripts

//------------------------------------------------------------------------------------------------
class MyClass : Managed
{
	float m_fMyValue;
}
  1. Go to play mode and run the script below in the remote console

MyClass instance = new MyClass();
Print(instance.m_fMyValue);
typename type = instance.Type();
float value;
type.GetVariableValue(instance, 0, value);
Print(value);

Activity

    2 months ago

  • kexanone
    created issue2 months ago
  • 2 months ago

  • l909
    changed state to
    ASSIGNED
    2 months ago
  • kexanonecommented
    2 months ago

    I'm sorry, this ticket can be closed. I can no longer reproduce it today. I suspect it was some issue with the remote console and not this specific method. If I figure out a repro, I'll make a new ticket.

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

Issue Key

ARGF-95

State

Assigned

Access

Public

Group

Arma Reforger

Project

Game Feedback

Creator

kexanone

Created

Jun 14, 2026

Views

65

Attachments

No attachments