Page MenuHomeFeedback Tracker

1.54 RC isNumber command broken - causes config viewer to be broken as well
Assigned, WishlistPublic

Description

The isNumber command returns false for sufficiently large numbers.

isNumber (configfile >> "CfgVehicles" >> "O_Truck_02_fuel_F" >> "transportFuel")
-> false

This also causes the config viewer to not fully show certain classes which have entries with large numbers.

Details

Legacy ID
717801718
Severity
None
Resolution
Open
Reproducibility
Always
Category
Config
Steps To Reproduce
  1. open config viewer and select CfgVehicles / O_Truck_02_fuel_F class
Additional Information

Same happens on the 1.55.133519 dev build

Event Timeline

commy2 edited Steps To Reproduce. (Show Details)Nov 26 2015, 11:07 PM
commy2 edited Additional Information. (Show Details)
commy2 set Category to Config.
commy2 set Reproducibility to Always.
commy2 set Severity to None.
commy2 set Resolution to Open.
commy2 set Legacy ID to 717801718.May 8 2016, 1:08 PM
commy2 edited a custom field.

In 1.54 RC, "isNumber" returns false for the following config entries in CfgVehicles:

B_Slingload_01_Ammo_F/transportAmmo
B_Slingload_01_Fuel_F/transportFuel
B_Slingload_01_Repair_F/transportRepair
B_Truck_01_Repair_F/transportRepair
B_Truck_01_ammo_F/transportAmmo
B_Truck_01_fuel_F/transportFuel
Truck_02_box_base_F/transportRepair
Truck_02_Ammo_base_F/transportAmmo
Truck_02_fuel_base_F/transportFuel
C_Van_01_fuel_F/transportFuel
I_G_Van_01_fuel_F/transportFuel

Truck_02_fuel_base_F is the parent of O_Truck_02_fuel_F that commy2 tried with.

Using getNumber, the transportFuel value of Truck_02_fuel_base_F is reported as 1e+012.

Should be fixed on Monday