Page MenuHomeFeedback Tracker

[Feature Request] Remove argument count limit from callExtensionArgs
New, NormalPublic

Description

The alternative syntax of callExtension (callExtensionArgs) has a limit of 2048 for its argument array.
Removing this limit will get it on par with the original syntax and allow for easier parsing on the extension side.

Details

Severity
Tweak
Resolution
Open
Reproducibility
N/A
Operating System
Windows 11 x64
Category
Feature Request

Event Timeline

ilbinek created this task.Sep 5 2024, 12:54 PM
dedmen set Ref Ticket to AIII-56599.Sep 16 2024, 1:48 PM
dedmen added a subscriber: dedmen.Tue, Apr 1, 6:51 PM

What are you doing that 2048 arguments are not enough??

What are you doing that 2048 arguments are not enough??

Transfering the state of the entire game and all players, objects, AI, vehicles so it can be shared between servers. Less extensions calls -> less overhead