Skip to content

Refactor GatherAllAntennas to use List instead of NativeList#83

Merged
siimav merged 1 commit into
KSP-RO:masterfrom
kerbaldisaster:nativeArray
May 6, 2026
Merged

Refactor GatherAllAntennas to use List instead of NativeList#83
siimav merged 1 commit into
KSP-RO:masterfrom
kerbaldisaster:nativeArray

Conversation

@kerbaldisaster
Copy link
Copy Markdown

Replaced NativeList with List for gathering antenna data, then converted the List to a NativeArray before returning.

Replaced NativeList<AntennaData> with List<AntennaData> for gathering antenna data, then converted the List to a NativeArray before returning.
@DRVeyl
Copy link
Copy Markdown

DRVeyl commented May 5, 2026

Looks right, someone please test. (If it's wrong, should fail spectacularly.)

@siimav
Copy link
Copy Markdown

siimav commented May 5, 2026

Nothing blew up at a glance

@siimav siimav merged commit a73c506 into KSP-RO:master May 6, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants