@rbxts/fletchette
    Preparing search index...

    Class FletchetteEnvironment

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    IS_SERVER: boolean = ...

    Whether the current environment is server.

    IS_VIRTUAL: boolean = ...

    Whether the current environment is in virtual mode (edit mode). This is true when in Studio and not playing. Virtual mode enables features like virtual properties that can be used in edit mode.

    Methods

    • Sets whether Fletchette should treat the environment as virtual mode, enabling features like virtual properties.

      Parameters

      • value: boolean

        Whether to enable virtual mode.

      Returns void