📜
PaperScript Docs
  • Welcome to PaperScript
  • Quick Start Guide
  • Syntax Reference
  • Feature Matrix
  • Feature Deep Dive
  • VSCode Extension
  • The Preprocessor
  • The project.yaml File
  • PaperScript CLI
    • Installing
    • Usage
  • Fallout 4 Support
  • Proposals
    • Naive Optimizations
  • Miscellaneous
    • Complete Example Scripts
Powered by GitBook
On this page
Edit on GitHub
Export as PDF
  1. Proposals

Naive Optimizations

PreviousFallout 4 SupportNextComplete Example Scripts

Last updated 2 days ago

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 on NexusMods

Pop000100