Page MenuHomeFeedback Tracker

UpdateNetSyncVariableInt takes float parameters when it should take int
Assigned, UrgentPublic

Description

UpdateNetSyncVariableInt takes float parameters when it should take int parameters.

In entityai.c

proto native void UpdateNetSyncVariableInt(string variableName, float minValue = 0, float maxValue = 0);
proto native void RegisterNetSyncVariableInt(string variableName, int minValue = 0, int maxValue = 0);

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
General

Event Timeline

antihax created this task.Sep 22 2023, 12:35 AM
Geez changed the task status from New to Assigned.Sep 22 2023, 9:06 AM