Naive Optimizations

Even with the simple V1 transpiler, we can already apply some naive optimizations that just require some crafty find-and-replace.

GetActorRef / GetActorReference

This proposal is not implemented

The performance of these calls can be improved by replacing them with GetReference() as Actor

Suggested by Pop000100 on NexusMods

Last updated